mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 01:33:20 +00:00
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e571305a71
commit
0f68a2bc8b
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user