mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 18:23:08 +00:00
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
@ -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…
Reference in New Issue
Block a user