Commit 5a956763 authored by Anton Khirnov's avatar Anton Khirnov

g.723.1: add missing CODEC_CAP_DR1

parent 8e84f205
......@@ -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,
};
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