mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
demux: rename sh_stream.format to sh_stream.codec_tag
Why not. "format" sounds too misleading for the actual importance and meaning of this field.
This commit is contained in:
@@ -47,7 +47,7 @@ struct sh_stream {
|
||||
const char *codec;
|
||||
|
||||
// Usually a FourCC, exact meaning depends on codec.
|
||||
unsigned int format;
|
||||
unsigned int codec_tag;
|
||||
|
||||
// Codec specific header data (set by demux_lavf.c only)
|
||||
struct AVCodecContext *lav_headers;
|
||||
|
||||
Reference in New Issue
Block a user