demux: fix a comment

Don't refer to fields that were removed.
This commit is contained in:
wm4 2014-10-12 20:22:47 +02:00
parent 7c07da57e3
commit 5a07ce758e
1 changed files with 1 additions and 2 deletions

View File

@ -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;