diff asf.c @ 1714:ff33c20963ec libavformat

more correct error message
author michael
date Mon, 22 Jan 2007 21:31:40 +0000
parents e48ab5187493
children f8c5d2c076d5
line wrap: on
line diff
--- a/asf.c	Mon Jan 22 21:28:56 2007 +0000
+++ b/asf.c	Mon Jan 22 21:31:40 2007 +0000
@@ -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;
         }