summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 58ccaefcc8..7c9b182f4b 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -48,8 +48,7 @@ struct sh_stream {
// Usually a FourCC, exact meaning depends on codec.
unsigned int format;
- // Codec specific header data (set by demux_lavf.c)
- // Other demuxers use sh_audio->wf and sh_video->bih instead.
+ // Codec specific header data (set by demux_lavf.c only)
struct AVCodecContext *lav_headers;
char *title;