Commit 60351ec1 authored by Paul B Mahol's avatar Paul B Mahol

g723_1: add CODEC_CAP_DR1

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5d23043c
......@@ -1096,7 +1096,7 @@ 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,
};
#if CONFIG_G723_1_ENCODER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment