diff options
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r-- | gst/matroska/matroska-ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h index ff61efd1d..a23bfdb3f 100644 --- a/gst/matroska/matroska-ids.h +++ b/gst/matroska/matroska-ids.h @@ -218,7 +218,7 @@ typedef enum { typedef struct _GstMatroskaTrackContext { GstPad *pad; GstCaps *caps; - guint index; + guint index; /* some often-used info */ gchar *codec_id, *codec_name, *name, *language; @@ -249,7 +249,7 @@ typedef struct _GstMatroskaTrackAudioContext { /* Special flag for Vorbis, we need to send codec_priv first before * sending any data, and just testing for time == 0 is not enough * to detect that */ - gboolean first_frame; + gboolean first_frame; } GstMatroskaTrackAudioContext; typedef struct _GstMatroskaTrackComplexContext { |