mirror of https://git.ffmpeg.org/ffmpeg.git
examples/muxing: misc style fixes
misc style fixes. Reviewed-by: Steven Liu <liuqi05@kuaishou.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
6db1b1af4c
commit
ef868fa4a1
|
@ -519,7 +519,6 @@ static AVFrame *get_video_frame(OutputStream *ost)
|
|||
static int write_video_frame(AVFormatContext *oc, OutputStream *ost)
|
||||
{
|
||||
return write_frame(oc, ost->enc, ost->st, get_video_frame(ost));
|
||||
|
||||
}
|
||||
|
||||
static void close_stream(AVFormatContext *oc, OutputStream *ost)
|
||||
|
|
Loading…
Reference in New Issue