summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index bf9077ea0a..8d1822c99f 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -59,8 +59,9 @@ struct sh_stream {
// E.g. "h264" (usually corresponds to AVCodecDescriptor.name)
const char *codec;
- // Work around other hacks.
- int lavf_codec_tag;
+ // Codec specific header data (set by demux_lavf.c)
+ // Other demuxers use sh_audio->wf and sh_video->bih instead.
+ struct AVCodecContext *lav_headers;
char *title;
char *lang; // language code