mirror of https://github.com/mpv-player/mpv
demux: fix a comment
Don't refer to fields that were removed.
This commit is contained in:
parent
7c07da57e3
commit
5a07ce758e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue