mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Fix a typo in the Monkey's Audio demuxer.
This commit is contained in:
parent
1a3f7ded14
commit
7857ddceec
@ -132,7 +132,7 @@ static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx)
|
||||
av_log(s, AV_LOG_DEBUG, "%8d %"PRIu32" (%"PRIu32" bytes)",
|
||||
i, ape_ctx->seektable[i],
|
||||
ape_ctx->seektable[i + 1] - ape_ctx->seektable[i]);
|
||||
if (s->bittable)
|
||||
if (ape_ctx->bittable)
|
||||
av_log(s, AV_LOG_DEBUG, " + %2d bits\n",
|
||||
ape_ctx->bittable[i]);
|
||||
av_log(s, AV_LOG_DEBUG, "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user