mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
ffmpeg: silence two compiler warnings.
This commit is contained in:
parent
e1d613515b
commit
41f00e4adb
4
ffmpeg.c
4
ffmpeg.c
@ -1609,7 +1609,7 @@ static int output_packet(InputStream *ist, int ist_index,
|
|||||||
#if CONFIG_AVFILTER
|
#if CONFIG_AVFILTER
|
||||||
int frame_available;
|
int frame_available;
|
||||||
#endif
|
#endif
|
||||||
float quality;
|
float quality = 0;
|
||||||
|
|
||||||
AVPacket avpkt;
|
AVPacket avpkt;
|
||||||
int bps = av_get_bytes_per_sample(ist->st->codec->sample_fmt);
|
int bps = av_get_bytes_per_sample(ist->st->codec->sample_fmt);
|
||||||
@ -3901,6 +3901,8 @@ static void opt_output_file(void *optctx, const char *filename)
|
|||||||
METADATA_CHECK_INDEX(map->index, files[j]->nb_programs, "program")
|
METADATA_CHECK_INDEX(map->index, files[j]->nb_programs, "program")
|
||||||
meta[j] = &files[j]->programs[map->index]->metadata;
|
meta[j] = &files[j]->programs[map->index]->metadata;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user