mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Oops, my last commit broke compilation...
Originally committed as revision 11896 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5ced2c996d
commit
bd8ae4885b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user