diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:59:44 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 21:59:44 +0000 |
commit | fc0f39c22265809b1efe9247740cdd6777912842 (patch) | |
tree | 9a46c7579e7f7f9346d2db4de999160a083a5420 /libavfilter/defaults.c | |
parent | 552c0208759c2908022771cb90a21d72dbcf4c20 (diff) | |
download | ffmpeg-fc0f39c22265809b1efe9247740cdd6777912842.tar.gz |
indentation
Commited in SoC by Bobby Bingham on 2007-08-17 17:09:19
Originally committed as revision 12067 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/defaults.c')
-rw-r--r-- | libavfilter/defaults.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c index ca7a42bbb3..da739d9d97 100644 --- a/libavfilter/defaults.c +++ b/libavfilter/defaults.c @@ -78,8 +78,8 @@ void avfilter_default_end_frame(AVFilterLink *link) if(out) { if(out->outpic) { - avfilter_unref_pic(out->outpic); - out->outpic = NULL; + avfilter_unref_pic(out->outpic); + out->outpic = NULL; } avfilter_end_frame(out); } |