fftools/ffmpeg_filter: drop a write-only variable

This commit is contained in:
Anton Khirnov
2023-05-28 12:00:19 +02:00
parent 57021a68d9
commit ad14bdbcfd
2 changed files with 0 additions and 2 deletions

View File

@@ -654,7 +654,6 @@ void ofilter_bind_ost(OutputFilter *ofilter, OutputStream *ost)
switch (ost->enc_ctx->codec_type) {
case AVMEDIA_TYPE_VIDEO:
ofilter->frame_rate = ost->frame_rate;
ofilter->width = ost->enc_ctx->width;
ofilter->height = ost->enc_ctx->height;
if (ost->enc_ctx->pix_fmt != AV_PIX_FMT_NONE) {