You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Add debug output when skipping unknown swf tags.
Reviewed-by: Clément Bœsch
This commit is contained in:
@@ -437,6 +437,8 @@ bitmap_end_skip:
|
||||
pkt->pos = pos;
|
||||
pkt->stream_index = st->index;
|
||||
return pkt->size;
|
||||
} else {
|
||||
av_log(s, AV_LOG_DEBUG, "Unknown tag: %d\n", tag);
|
||||
}
|
||||
skip:
|
||||
avio_skip(pb, len);
|
||||
|
Reference in New Issue
Block a user