From 68cdeeb8829739318c917cab2d9ab51b10926dfd Mon Sep 17 00:00:00 2001 From: Jochen Henneberg Date: Thu, 2 Jan 2025 12:24:03 +0100 Subject: [PATCH] qtdemux: Undef helper macros after use Part-of: --- subprojects/gst-plugins-good/gst/isomp4/qtdemux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c b/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c index a254f78009..c65bc57b52 100644 --- a/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c +++ b/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c @@ -11482,6 +11482,9 @@ qtdemux_mul_transformation_matrix (GstQTDemux * qtdemux, c[4] = QTADD_MATRIX (QTMUL_MATRIX (a[3], b[1]), QTMUL_MATRIX (a[4], b[4])); c[8] = a[8]; } + +#undef QTMUL_MATRIX +#undef QTADD_MATRIX } static void