Commit 84d3b627 authored by michael's avatar michael

this is debug not info


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10065 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c1b4ca92
......@@ -269,7 +269,7 @@ static int vmd_read_packet(AVFormatContext *s,
}
pkt->stream_index = frame->stream_index;
pkt->pts = frame->pts;
av_log(NULL, AV_LOG_INFO, " dispatching %s frame with %d bytes and pts %"PRId64"\n",
av_log(NULL, AV_LOG_DEBUG, " dispatching %s frame with %d bytes and pts %"PRId64"\n",
(frame->frame_record[0] == 0x02) ? "video" : "audio",
frame->frame_size + BYTES_PER_FRAME_RECORD,
pkt->pts);
......
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