[Ffmpeg-cvslog] r7655 - trunk/libavformat/asf.c

michael subversion
Mon Jan 22 22:31:40 CET 2007


Author: michael
Date: Mon Jan 22 22:31:40 2007
New Revision: 7655

Modified:
   trunk/libavformat/asf.c

Log:
more correct error message


Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c	(original)
+++ trunk/libavformat/asf.c	Mon Jan 22 22:31:40 2007
@@ -817,7 +817,7 @@
     asf_reset_header(s);
     for(;;){
         if (av_read_frame(s, pkt) < 0){
-            av_log(s, AV_LOG_INFO, "seek failed\n");
+            av_log(s, AV_LOG_INFO, "asf_read_pts failed\n");
             return AV_NOPTS_VALUE;
         }
 




More information about the ffmpeg-cvslog mailing list