Browse Source

Do not release the AVFrame when using reget_buffer in flashsv.

Originally committed as revision 19834 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Benjamin Larsson 16 years ago
parent
commit
6acd4d89d8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavcodec/flashsv.c

+ 0
- 3
libavcodec/flashsv.c View File

@@ -114,9 +114,6 @@ static int flashsv_decode_frame(AVCodecContext *avctx,
if (buf_size == 0)
return 0;

if(s->frame.data[0])
avctx->release_buffer(avctx, &s->frame);

init_get_bits(&gb, buf, buf_size * 8);

/* start to parse the bitstream */


Loading…
Cancel
Save