Remove some disabled printf debug cruft.

This commit is contained in:
Diego Biurrun
2011-04-29 19:05:40 +02:00
parent 09cbf60f8e
commit 2e15305b70
18 changed files with 0 additions and 197 deletions
-3
View File
@@ -417,9 +417,6 @@ static int ffm_read_packet(AVFormatContext *s, AVPacket *pkt)
if (ffm->header[1] & FLAG_DTS)
if (ffm_read_data(s, ffm->header+16, 4, 1) != 4)
return -1;
#if 0
av_hexdump_log(s, AV_LOG_DEBUG, ffm->header, FRAME_HEADER_SIZE);
#endif
ffm->read_state = READ_DATA;
/* fall thru */
case READ_DATA: