This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add decoder flags
Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov
18 years ago
parent
da71cdadc2
commit
52b917536d
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/rv30.c
+1
-0
libavcodec/rv40.c
+ 1
- 0
libavcodec/rv30.c
View File
@@ -142,4 +142,5 @@ AVCodec rv30_decoder = {
NULL,
ff_rv34_decode_end,
ff_rv34_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
};
+ 1
- 0
libavcodec/rv40.c
View File
@@ -272,4 +272,5 @@ AVCodec rv40_decoder = {
NULL,
ff_rv34_decode_end,
ff_rv34_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
};
Write
Preview
Loading…
Cancel
Save