From 26d48501e0b5c1ea6a46c697d78f89909167f535 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Fri, 17 Jul 2009 22:48:23 +0200 Subject: [PATCH] vdpaumpegdec: small indent fix --- sys/vdpau/gstvdpmpegdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/vdpau/gstvdpmpegdec.c b/sys/vdpau/gstvdpmpegdec.c index 4f53cda4a6..663fc93530 100644 --- a/sys/vdpau/gstvdpmpegdec.c +++ b/sys/vdpau/gstvdpmpegdec.c @@ -184,8 +184,8 @@ gst_vdp_mpeg_dec_set_caps (GstPad * pad, GstCaps * caps) gst_structure_get_int (structure, "mpegversion", &mpeg_dec->version); /* Default to MPEG1 until we find otherwise */ - mpeg_dec->profile = VDP_DECODER_PROFILE_MPEG1; - + mpeg_dec->profile = VDP_DECODER_PROFILE_MPEG1; + value = gst_structure_get_value (structure, "codec_data"); if (value) { GstBuffer *codec_data, *buf;