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
avrndec: add DR1 capability flag
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer
13 years ago
parent
b1acf5d7a6
commit
9e5f79ed8a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/avrndec.c
+ 1
- 0
libavcodec/avrndec.c
View File
@@ -126,5 +126,6 @@ AVCodec ff_avrn_decoder = {
.close = end,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("AVRn"),
.capabilities = CODEC_CAP_DR1,
};
Write
Preview
Loading…
Cancel
Save