flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)

Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Garrick Meeker
2003-07-09 23:10:59 +00:00
committed by Michael Niedermayer
parent b64dcbe325
commit d4f5d74a54
13 changed files with 885 additions and 29 deletions

View File

@@ -610,6 +610,7 @@ void avcodec_flush_buffers(AVCodecContext *avctx)
case CODEC_ID_WMV2:
case CODEC_ID_H263P:
case CODEC_ID_H263I:
case CODEC_ID_FLV1:
case CODEC_ID_SVQ1:
for(i=0; i<MAX_PICTURE_COUNT; i++){
if(s->picture[i].data[0] && ( s->picture[i].type == FF_BUFFER_TYPE_INTERNAL