mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
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:
committed by
Michael Niedermayer
parent
b64dcbe325
commit
d4f5d74a54
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user