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
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
13 years ago
parent
e571305a71
commit
0f68a2bc8b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/g723_1.c
+ 1
- 1
libavformat/g723_1.c
View File
@@ -78,6 +78,6 @@ AVInputFormat ff_g723_1_demuxer = {
NULL,
NULL,
g723_1_init,
g723_1_init,
g723_1_read_packet,
g723_1_read_packet,
.extensions = "tco",
.extensions = "tco
,rco
",
.flags = AVFMT_GENERIC_INDEX
.flags = AVFMT_GENERIC_INDEX
};
};
Write
Preview
Loading…
Cancel
Save