[SCM] libav/experimental: more correct error message

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 0b93103a31b2ab29b307fb17a726b9ba59da9ea4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 22 21:31:40 2007 +0000

    more correct error message
    
    Originally committed as revision 7655 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/asf.c b/libavformat/asf.c
index dd13458..c9b997d 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -817,7 +817,7 @@ static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos,
     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;
         }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list