Oops, my last commit broke compilation...

Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-02-10 18:04:38 +00:00
parent 5ced2c996d
commit bd8ae4885b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}