We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98fe56 commit fe902b2Copy full SHA for fe902b2
src/modules/avformat/consumer_avformat.c
@@ -2022,8 +2022,6 @@ static void *consumer_thread(void *arg)
2022
// Get width and height
2023
int width = mlt_properties_get_int(properties, "width");
2024
int height = mlt_properties_get_int(properties, "height");
2025
- int img_width = width;
2026
- int img_height = height;
2027
2028
// Get default audio properties
2029
enc_ctx->total_channels = enc_ctx->channels = mlt_properties_get_int(properties, "channels");
0 commit comments