[FFmpeg-soc] [soc]: r1134 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Tue Aug 21 14:01:55 CEST 2007
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;
More information about the FFmpeg-soc
mailing list