g723_1_demuxer: rco is also a commonly used extension.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-09-29 22:14:25 +02:00
parent e571305a71
commit 0f68a2bc8b
1 changed files with 1 additions and 1 deletions

View File

@ -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
};