mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 03:37:00 +00:00
g723_1: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
5d23043c12
commit
60351ec13c
@ -1096,7 +1096,7 @@ AVCodec ff_g723_1_decoder = {
|
|||||||
.init = g723_1_decode_init,
|
.init = g723_1_decode_init,
|
||||||
.decode = g723_1_decode_frame,
|
.decode = g723_1_decode_frame,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("G.723.1"),
|
.long_name = NULL_IF_CONFIG_SMALL("G.723.1"),
|
||||||
.capabilities = CODEC_CAP_SUBFRAMES,
|
.capabilities = CODEC_CAP_SUBFRAMES | CODEC_CAP_DR1,
|
||||||
};
|
};
|
||||||
|
|
||||||
#if CONFIG_G723_1_ENCODER
|
#if CONFIG_G723_1_ENCODER
|
||||||
|
Loading…
Reference in New Issue
Block a user