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:
wm4
2015-06-21 16:56:35 +02:00
parent 991af7dfb1
commit 2b64eee8d5
9 changed files with 16 additions and 18 deletions

View File

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