[FFmpeg-cvslog] r10065 - trunk/libavformat/sierravmd.c

michael subversion
Sat Aug 11 00:40:11 CEST 2007


Author: michael
Date: Sat Aug 11 00:40:11 2007
New Revision: 10065

Log:
this is debug not info


Modified:
   trunk/libavformat/sierravmd.c

Modified: trunk/libavformat/sierravmd.c
==============================================================================
--- trunk/libavformat/sierravmd.c	(original)
+++ trunk/libavformat/sierravmd.c	Sat Aug 11 00:40:11 2007
@@ -269,7 +269,7 @@ static int vmd_read_packet(AVFormatConte
     }
     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);




More information about the ffmpeg-cvslog mailing list