remove usless if() before av_free()

Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-03-05 21:01:49 +00:00
parent 75b213ed54
commit 4913b231a7
1 changed files with 0 additions and 2 deletions

View File

@ -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