Commit 73ad355d authored by Michael Niedermayer's avatar Michael Niedermayer

avidec: fix 10l typo

found-by: ubitux
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 229e33a2
......@@ -682,7 +682,7 @@ static int avi_read_header(AVFormatContext *s)
ast->dshow_block_align = 0;
}
if(st->codec->codec_id == AV_CODEC_ID_AAC && ast->dshow_block_align == 1024 && ast->sample_size == 1024) {
av_log(s, AV_LOG_DEBUG, "overriding sample_size\n", ast->dshow_block_align);
av_log(s, AV_LOG_DEBUG, "overriding sample_size\n");
ast->sample_size = 0;
}
break;
......
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