From 8d953c5c5cac93671c779cbf9176c6115e7294fa Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Wed, 30 Apr 2008 14:41:24 +0100 Subject: fix voraw description in xine.h --- include/xine.h.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/xine.h.in b/include/xine.h.in index 219ec8687..eec1cce59 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1314,12 +1314,9 @@ typedef struct { void *user_data; /* OR'ed frame_format - * a frontend must at least support rgb - * a frontend supporting yuv must support both yv12 and yuy2 - * then possible combinations are: - * XINE_VORAW_RGB ( rgb ) - * XINE_VORAW_YV12|XINE_VORAW_YUY2|XINE_VORAW_RGB ( yv12, yuy2 and rgb ) - * + * Unsupported frame formats are converted to rgb. + * XINE_VORAW_RGB is always assumed by the driver, even if not set. + * So a frontend must at least support rgb. * Be aware that rgb requires more cpu than yuv, * so avoid its usage for video playback. * However, it's usefull for single frame capture (e.g. thumbs) -- cgit v1.2.3