You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Add decoder flags
Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -142,4 +142,5 @@ AVCodec rv30_decoder = {
|
||||
NULL,
|
||||
ff_rv34_decode_end,
|
||||
ff_rv34_decode_frame,
|
||||
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
|
||||
};
|
||||
|
||||
@@ -272,4 +272,5 @@ AVCodec rv40_decoder = {
|
||||
NULL,
|
||||
ff_rv34_decode_end,
|
||||
ff_rv34_decode_frame,
|
||||
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user