summaryrefslogtreecommitdiff
path: root/sys/applemedia/vtdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/applemedia/vtdec.c')
-rw-r--r--sys/applemedia/vtdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/applemedia/vtdec.c b/sys/applemedia/vtdec.c
index 2ac9b9cec..d24c5714c 100644
--- a/sys/applemedia/vtdec.c
+++ b/sys/applemedia/vtdec.c
@@ -444,7 +444,7 @@ gst_vtdec_create_session (GstVtdec * vtdec, GstVideoFormat format)
VTDecompressionOutputCallbackRecord callback;
CFMutableDictionaryRef videoDecoderSpecification;
OSStatus status;
- guint32 cv_format;
+ guint32 cv_format = 0;
switch (format) {
case GST_VIDEO_FORMAT_NV12: