Skip to content

Commit fe902b2

Browse files
committed
Fix compile warning-as-error on unused vars
1 parent f98fe56 commit fe902b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/avformat/consumer_avformat.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,8 +2022,6 @@ static void *consumer_thread(void *arg)
20222022
// Get width and height
20232023
int width = mlt_properties_get_int(properties, "width");
20242024
int height = mlt_properties_get_int(properties, "height");
2025-
int img_width = width;
2026-
int img_height = height;
20272025

20282026
// Get default audio properties
20292027
enc_ctx->total_channels = enc_ctx->channels = mlt_properties_get_int(properties, "channels");

0 commit comments

Comments
 (0)