Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-30 00:14:25 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-30 02:08:20 +0400
commit0f68a2bc8b337a9c7c0716d4aece1f8c986046b0 (patch)
treecda549cef2f38a3891a2837c1cf07aec88a3560c /libavformat/g723_1.c
parente571305a71494af195891e314b05936f040f89d3 (diff)
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/g723_1.c')
-rw-r--r--libavformat/g723_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/g723_1.c b/libavformat/g723_1.c
index 5ffd7c7619..19441a1b19 100644
--- a/libavformat/g723_1.c
+++ b/libavformat/g723_1.c
@@ -78,6 +78,6 @@ AVInputFormat ff_g723_1_demuxer = {
NULL,
g723_1_init,
g723_1_read_packet,
- .extensions = "tco",
+ .extensions = "tco,rco",
.flags = AVFMT_GENERIC_INDEX
};