We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4add774 commit 880a55bCopy full SHA for 880a55b
2 files changed
src/modules/avformat/filter_avfilter.c
@@ -57,7 +57,9 @@ typedef struct
57
mlt_colorspace colorspace;
58
int full_range;
59
int reset;
60
+#if HAVE_FFMPEG_CH_LAYOUT
61
AVChannelLayout ch_layout;
62
+#endif
63
} private_data;
64
65
#if LIBAVUTIL_VERSION_INT >= ((56 << 16) + (35 << 8) + 101)
src/modules/avformat/link_avfilter.c
@@ -61,7 +61,9 @@ typedef struct
mlt_position expected_frame;
mlt_position continuity_frame;
66
67
68
69
0 commit comments