summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-05 21:01:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-05 21:01:49 +0000
commit4913b231a7faff98b53e7c650869c72305d6086a (patch)
treeab183ecd96105bc0b1cd737a95122eb43ba66a76 /ffmpeg.c
parent75b213ed5425c7ca8be92c88d96effc73d0d9bbc (diff)
remove usless if() before av_free()
Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 0 insertions, 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