From 0f68a2bc8b337a9c7c0716d4aece1f8c986046b0 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 29 Sep 2011 22:14:25 +0200 Subject: [PATCH] g723_1_demuxer: rco is also a commonly used extension. Signed-off-by: Michael Niedermayer --- libavformat/g723_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };