summaryrefslogtreecommitdiff
path: root/libavformat/g723_1.c
diff options
context:
space:
mode:
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
};