diff options
author | Andreas Öman <andreas@olebyn.nu> | 2007-07-18 08:12:40 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-07-18 08:12:40 +0000 |
commit | 9ba7fe6dcbe61e21b12563e6ff648ac798990d94 (patch) | |
tree | cff1d5eebec7b93aed812cb76992896edcc976d0 /libswscale/swscale_internal.h | |
parent | 4196cfb75bc5a2c185691861e73995244d6df564 (diff) | |
download | ffmpeg-9ba7fe6dcbe61e21b12563e6ff648ac798990d94.tar.gz |
use YUV440P in swscale
patch by Andreas Öman: \andreas olebyn nu/
original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs..
date: 07/03/2007 01:29 PM
Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index bc0cff1acd..baebdf2566 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -193,6 +193,7 @@ char *sws_format_name(int format); || (x)==PIX_FMT_YUV411P \ || (x)==PIX_FMT_YUV422P \ || (x)==PIX_FMT_YUV444P \ + || (x)==PIX_FMT_YUV440P \ || (x)==PIX_FMT_NV12 \ || (x)==PIX_FMT_NV21 \ ) |