Author: kostya
Date: Tue Aug 21 14:01:55 2007
New Revision: 1134

Log:
Slice data should not be freed anymore

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Tue Aug 21 14:01:55 2007
@@ -1958,7 +1958,6 @@ static int rv40_decode_end(AVCodecContex
 
     av_freep(&r->intra_types_hist);
     r->intra_types = NULL;
-    av_freep(&r->slice_data);
     av_freep(&r->mb_type);
 
     return 0;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to