Commit 6d36b3bb authored by bcoudurier's avatar bcoudurier

use av_hex_dump_log

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13424 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80a127ce
......@@ -370,12 +370,7 @@ static int ffm_read_packet(AVFormatContext *s, AVPacket *pkt)
FRAME_HEADER_SIZE)
return AVERROR(EAGAIN);
#if 0
{
int i;
for(i=0;i<FRAME_HEADER_SIZE;i++)
printf("%02x ", ffm->header[i]);
printf("\n");
}
av_hexdump_log(s, AV_LOG_DEBUG, ffm->header, FRAME_HEADER_SIZE);
#endif
ffm->read_state = READ_DATA;
/* fall thru */
......
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