Commit f402bc5c authored by bellard's avatar bellard

fixed VOB parsing bug


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@699 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 434bf883
...@@ -659,8 +659,8 @@ int av_find_stream_info(AVFormatContext *ic) ...@@ -659,8 +659,8 @@ int av_find_stream_info(AVFormatContext *ic)
close_codec: close_codec:
st->codec_info_state = CSTATE_FOUND; st->codec_info_state = CSTATE_FOUND;
avcodec_close(&st->codec); avcodec_close(&st->codec);
break;
} }
break;
} }
ptr += ret; ptr += ret;
size -= ret; size -= ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment