You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user