mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-29 11:42:02 +08:00
avformat: Remove non-compiling and/or silly commented-out printf/av_log statements
This commit is contained in:
@@ -45,7 +45,6 @@ static int get_swf_tag(AVIOContext *pb, int *len_ptr)
|
||||
if (len == 0x3f) {
|
||||
len = avio_rl32(pb);
|
||||
}
|
||||
// av_log(NULL, AV_LOG_DEBUG, "Tag: %d - Len: %d\n", tag, len);
|
||||
*len_ptr = len;
|
||||
return tag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user