Commit 0877f64f authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Add debug output when skipping unknown swf tags.

Reviewed-by: Clément Bœsch
parent dacd6202
......@@ -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);
......
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