[FFmpeg-cvslog] g723_1_demuxer: rco is also a commonly used extension.

Michael Niedermayer git at videolan.org
Fri Sep 30 00:10:54 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Sep 29 22:14:25 2011 +0200| [0f68a2bc8b337a9c7c0716d4aece1f8c986046b0] | committer: Michael Niedermayer

g723_1_demuxer: rco is also a commonly used extension.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f68a2bc8b337a9c7c0716d4aece1f8c986046b0
---

 libavformat/g723_1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/g723_1.c b/libavformat/g723_1.c
index 5ffd7c7..19441a1 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
 };



More information about the ffmpeg-cvslog mailing list