avformat/matroskadec: Correct outdated error message
This error message is outdated since d31fb1a9. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
c6bb825e72
commit
f767c68b34
@ -3359,7 +3359,7 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, AVBufferRef *buf
|
||||
track = matroska_find_track_by_num(matroska, num);
|
||||
if (!track || !track->stream) {
|
||||
av_log(matroska->ctx, AV_LOG_INFO,
|
||||
"Invalid stream %"PRIu64" or size %u\n", num, size);
|
||||
"Invalid stream %"PRIu64"\n", num);
|
||||
return AVERROR_INVALIDDATA;
|
||||
} else if (size <= 3)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user