[FFmpeg-cvslog] r19834 - trunk/libavcodec/flashsv.c

banan subversion
Sun Sep 13 21:17:02 CEST 2009


Author: banan
Date: Sun Sep 13 21:17:02 2009
New Revision: 19834

Log:
Do no release the AVFrame when using reget_buffer in flashsv.

Modified:
   trunk/libavcodec/flashsv.c

Modified: trunk/libavcodec/flashsv.c
==============================================================================
--- trunk/libavcodec/flashsv.c	Sun Sep 13 20:27:53 2009	(r19833)
+++ trunk/libavcodec/flashsv.c	Sun Sep 13 21:17:02 2009	(r19834)
@@ -114,9 +114,6 @@ static int flashsv_decode_frame(AVCodecC
     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 */



More information about the ffmpeg-cvslog mailing list