提交 264935c9 编写于 作者: A Anton Khirnov 提交者: Ronald S. Bultje

matroskaenc: remove a variable that's unused after bc17bd90.

Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
上级 491653ed
......@@ -438,7 +438,6 @@ static int put_xiph_codecpriv(AVFormatContext *s, AVIOContext *pb, AVCodecContex
static void get_aac_sample_rates(AVFormatContext *s, AVCodecContext *codec, int *sample_rate, int *output_sample_rate)
{
int sri;
MPEG4AudioConfig mp4ac;
if (ff_mpeg4audio_get_config(&mp4ac, codec->extradata, codec->extradata_size) < 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册