summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-05 21:02:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-05 21:02:14 +0000
commit4dcc383a4d7f9a4f4f2cf25a4be3f02622460677 (patch)
tree86ff375a4b240cffeadd31d7df5a016bbb193860 /ffmpeg.c
parent4913b231a7faff98b53e7c650869c72305d6086a (diff)
indention
Originally committed as revision 8267 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-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);