Skip to content
Snippets Groups Projects
Commit 0f68a2bc authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

g723_1_demuxer: rco is also a commonly used extension.

parent e571305a
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment