[SCM] libav/experimental: fixed VOB parsing bug

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


The following commit has been merged in the experimental branch:
commit 24f9709b2278ee6ed53169f259fb91cdee500035
Author: Fabrice Bellard <fabrice at bellard.org>
Date:   Tue Jun 18 19:25:38 2002 +0000

    fixed VOB parsing bug
    
    Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libav/utils.c b/libav/utils.c
index a314ec4..6311495 100644
--- a/libav/utils.c
+++ b/libav/utils.c
@@ -659,8 +659,8 @@ int av_find_stream_info(AVFormatContext *ic)
                     close_codec:
                         st->codec_info_state = CSTATE_FOUND;
                         avcodec_close(&st->codec);
+                        break;
                     }
-                    break;
                 }
                 ptr += ret;
                 size -= ret;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list