Commit 3d2d3ebe authored by banan's avatar banan

Do no release the AVFrame when using reget_buffer in flashsv.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19834 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1711fe41
......@@ -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 */
......
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