diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-10 18:04:38 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-10 18:04:38 +0000 |
commit | bd8ae4885b905415f0e86d4e348c4b72be81e6e6 (patch) | |
tree | cfadf9ae1d20eb6c670033579d6429a77f1716c1 /libavfilter/formats.c | |
parent | 5ced2c996dff65fff7a0f5221794efa0155e52c4 (diff) | |
download | ffmpeg-bd8ae4885b905415f0e86d4e348c4b72be81e6e6.tar.gz |
Oops, my last commit broke compilation...
Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/formats.c')
-rw-r--r-- | libavfilter/formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/formats.c b/libavfilter/formats.c index c237c8adb3..ad1e793fa0 100644 --- a/libavfilter/formats.c +++ b/libavfilter/formats.c @@ -100,7 +100,7 @@ AVFilterFormats *avfilter_all_colorspaces(void) PIX_FMT_RGB4_BYTE,PIX_FMT_BGR4_BYTE, PIX_FMT_GRAY16BE, PIX_FMT_GRAY16LE, PIX_FMT_GRAY8, PIX_FMT_PAL8, - PIX_FMT_MONOWHITE,PIX_FMT_MONOBLACK + PIX_FMT_MONOWHITE,PIX_FMT_MONOBLACK, PIX_FMT_NV12, PIX_FMT_NV21); } |