[Ffmpeg-cvslog] r8266 - trunk/ffmpeg.c
michael
subversion
Mon Mar 5 22:01:49 CET 2007
Author: michael
Date: Mon Mar 5 22:01:49 2007
New Revision: 8266
Modified:
trunk/ffmpeg.c
Log:
remove usless if() before av_free()
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Mon Mar 5 22:01:49 2007
@@ -3808,9 +3808,7 @@ int main(int argc, char **argv)
av_free_static();
- if(intra_matrix)
av_free(intra_matrix);
- if(inter_matrix)
av_free(inter_matrix);
#ifdef CONFIG_POWERPC_PERF
More information about the ffmpeg-cvslog
mailing list