Commit 264935c9 authored by Anton Khirnov's avatar Anton Khirnov Committed by Ronald S. Bultje

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

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment