diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 22:40:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 22:40:11 +0000 |
commit | 2529024b3c3cc00ab2895d04086455df49d83b92 (patch) | |
tree | d54f881aee60b627970e486650b3d0b9d720af78 /libavformat/sierravmd.c | |
parent | 0701006e34edb27aae438148613cc779a342a099 (diff) | |
download | ffmpeg-2529024b3c3cc00ab2895d04086455df49d83b92.tar.gz |
this is debug not info
Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/sierravmd.c')
-rw-r--r-- | libavformat/sierravmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sierravmd.c b/libavformat/sierravmd.c index d3eaa37cec..1f8e434a21 100644 --- a/libavformat/sierravmd.c +++ b/libavformat/sierravmd.c @@ -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); |