mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
g.723.1: add missing CODEC_CAP_DR1
This commit is contained in:
parent
8e84f2055c
commit
5a9567631a
@ -1376,6 +1376,6 @@ AVCodec ff_g723_1_decoder = {
|
||||
.init = g723_1_decode_init,
|
||||
.decode = g723_1_decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("G.723.1"),
|
||||
.capabilities = CODEC_CAP_SUBFRAMES,
|
||||
.capabilities = CODEC_CAP_SUBFRAMES | CODEC_CAP_DR1,
|
||||
.priv_class = &g723_1dec_class,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user