avformat: Remove non-compiling and/or silly commented-out printf/av_log statements

This commit is contained in:
Diego Biurrun
2012-08-21 12:27:40 +02:00
parent 14d3e7ad11
commit 11d4e92ed9
13 changed files with 1 additions and 48 deletions

View File

@ -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;
}