indention

Originally committed as revision 8267 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-03-05 21:02:14 +00:00
parent 4913b231a7
commit 4dcc383a4d
1 changed files with 2 additions and 2 deletions

View File

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