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
This commit is contained in:
parent
552c020875
commit
fc0f39c222
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue