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/demux_disc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/demux_disc.c') diff --git a/demux/demux_disc.c b/demux/demux_disc.c index 3cbd01a9b8..6a9220189c 100644 --- a/demux/demux_disc.c +++ b/demux/demux_disc.c @@ -141,7 +141,7 @@ static void add_streams(demuxer_t *demuxer) MP_TARRAY_APPEND(p, p->streams, p->num_streams, sh); // Copy all stream fields that might be relevant sh->codec = talloc_strdup(sh, src->codec); - sh->format = src->format; + sh->codec_tag = src->codec_tag; sh->lav_headers = src->lav_headers; sh->demuxer_id = src->demuxer_id; if (src->video) { -- cgit v1.2.3