mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
vdpaumpegdec: small indent fix
This commit is contained in:
parent
b7d5e59c9a
commit
26d48501e0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue