Commit fc0f39c2 authored by Vitor Sessak's avatar Vitor Sessak

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
parent 552c0208
...@@ -78,8 +78,8 @@ void avfilter_default_end_frame(AVFilterLink *link) ...@@ -78,8 +78,8 @@ void avfilter_default_end_frame(AVFilterLink *link)
if(out) { if(out) {
if(out->outpic) { if(out->outpic) {
avfilter_unref_pic(out->outpic); avfilter_unref_pic(out->outpic);
out->outpic = NULL; out->outpic = NULL;
} }
avfilter_end_frame(out); avfilter_end_frame(out);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment