fixed VOB parsing bug
authorFabrice Bellard <fabrice@bellard.org>
Tue, 18 Jun 2002 19:25:38 +0000 (19:25 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 18 Jun 2002 19:25:38 +0000 (19:25 +0000)
Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk

libav/utils.c

index a314ec4..6311495 100644 (file)
@@ -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;