summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ffmpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 84de488095..16911c6624 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3808,8 +3808,8 @@ int main(int argc, char **argv)
av_free_static();
- av_free(intra_matrix);
- av_free(inter_matrix);
+ av_free(intra_matrix);
+ av_free(inter_matrix);
#ifdef CONFIG_POWERPC_PERF
extern void powerpc_display_perf_report(void);