Commit 0f68a2bc authored by Michael Niedermayer's avatar Michael Niedermayer

g723_1_demuxer: rco is also a commonly used extension.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e571305a
......@@ -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
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment