提交 6874945f 编写于 作者: C Carl Eugen Hoyos

fftools/ffmpeg_opt: Remove a write-only variable.

Fixes a warning:
fftools/ffmpeg_opt.c:2057:21: warning: variable 'file_oformat' set but not used
上级 2d3df8e2
......@@ -2054,7 +2054,6 @@ static int open_output_file(OptionsContext *o, const char *filename)
{
AVFormatContext *oc;
int i, j, err;
AVOutputFormat *file_oformat;
OutputFile *of;
OutputStream *ost;
InputStream *ist;
......@@ -2103,7 +2102,6 @@ static int open_output_file(OptionsContext *o, const char *filename)
if (o->recording_time != INT64_MAX)
oc->duration = o->recording_time;
file_oformat= oc->oformat;
oc->interrupt_callback = int_cb;
e = av_dict_get(o->g->format_opts, "fflags", NULL, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册