From 2b64eee8d5ed4ab781dcbf98654f028a6d7cef11 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 21 Jun 2015 16:56:35 +0200 Subject: 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. --- demux/stheader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/stheader.h') diff --git a/demux/stheader.h b/demux/stheader.h index 444f2f3e34..ae346ee8d0 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -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; -- cgit v1.2.3