From 24f9709b2278ee6ed53169f259fb91cdee500035 Mon Sep 17 00:00:00 2001
From: Fabrice Bellard <fabrice@bellard.org>
Date: Tue, 18 Jun 2002 19:25:38 +0000
Subject: [PATCH] fixed VOB parsing bug

Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libav/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libav/utils.c b/libav/utils.c
index a314ec4e275..6311495e5d3 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;
-- 
GitLab