From 4913b231a7faff98b53e7c650869c72305d6086a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 5 Mar 2007 21:01:49 +0000 Subject: [PATCH] remove usless if() before av_free() Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 17de04a454..84de488095 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -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