Commit bd8ae488 authored by Vitor Sessak's avatar Vitor Sessak

Oops, my last commit broke compilation...

Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5ced2c99
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment