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
commit
0f68a2bc8b
1 changed files with 1 additions and 1 deletions
  1. +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
}; };

Loading…
Cancel
Save