mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
ffmpeg: Fix ffmpeg.c:1874:21: warning: unused variable ‘of’ [-Wunused-variable]
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
183e832c53
commit
fec2025936
1
ffmpeg.c
1
ffmpeg.c
@ -1871,7 +1871,6 @@ static int transcode_video(InputStream *ist, AVPacket *pkt, int *got_output, int
|
||||
|
||||
#if CONFIG_AVFILTER
|
||||
for(i=0;i<nb_output_streams;i++) {
|
||||
OutputFile *of = &output_files[output_streams[i].file_index];
|
||||
OutputStream *ost = ost = &output_streams[i];
|
||||
if(check_output_constraints(ist, ost)){
|
||||
if (!decoded_frame->sample_aspect_ratio.num)
|
||||
|
Loading…
Reference in New Issue
Block a user