summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 433b2a934a..bf9077ea0a 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -63,6 +63,7 @@ struct sh_stream {
int lavf_codec_tag;
char *title;
+ char *lang; // language code
bool default_track; // container default track flag
bool attached_picture; // stream is a picture (such as album art)
@@ -93,7 +94,6 @@ struct sh_stream {
double pts; \
/* decoder context */ \
void *context; \
- char *lang; /* track language */ \
typedef struct sh_common {
SH_COMMON