mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
this is debug not info
Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0701006e34
commit
2529024b3c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user