summaryrefslogtreecommitdiff
path: root/src/backend/bacon-video-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/bacon-video-widget.h')
-rw-r--r--src/backend/bacon-video-widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 19e0a59c1..0e6c77b22 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -343,6 +343,7 @@ void bacon_video_widget_dvd_event (BaconVideoWidget *bvw,
* @language: the ISO-639 language code for the track, or "und" if unknown.
* Can never be %NULL.
* @codec: the codec for the track, or %NULL if unknown or unset.
+ * @index: an opaque track identifier.
*
* #BvwLangInfo holds the title, language code and codec for each
* subtitle or audio track for a media, which would allow the
@@ -352,6 +353,7 @@ typedef struct {
char *title;
char *language;
char *codec;
+ guint id;
} BvwLangInfo;
void bacon_video_widget_lang_info_free (BvwLangInfo *info);