You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
Add and use ff_pixfmt_list_420.
Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -278,4 +278,5 @@ AVCodec rv30_decoder = {
|
||||
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
|
||||
.flush = ff_mpeg_flush,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"),
|
||||
.pix_fmts= ff_pixfmt_list_420,
|
||||
};
|
||||
|
Reference in New Issue
Block a user