From d8882bbfb76fd9973134d0cb59b9dda064225354 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 11 Nov 2013 18:40:59 +0100 Subject: demux_mkv: support some raw PCM variants This affects 64 bit floats and big endian integer PCM variants (basically crap nobody uses). Possibly not all MS-muxed files work, but I couldn't get or produce any samples. Remove a bunch of format tags that are not needed anymore. Most of these were used by demux_mov, which is long gone. Repurpose/abuse 'twos' as mpv-internal tag for dealing with the PCM variants mentioned above. --- demux/matroska.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/matroska.h') diff --git a/demux/matroska.h b/demux/matroska.h index 796f6c24d3..a6be019b2d 100644 --- a/demux/matroska.h +++ b/demux/matroska.h @@ -40,6 +40,7 @@ #define MKV_A_MP3 "A_MPEG/L3" #define MKV_A_PCM "A_PCM/INT/LIT" #define MKV_A_PCM_BE "A_PCM/INT/BIG" +#define MKV_A_PCM_FLT "A_PCM/FLOAT/IEEE" #define MKV_A_VORBIS "A_VORBIS" #define MKV_A_OPUS "A_OPUS" #define MKV_A_OPUS_EXP "A_OPUS/EXPERIMENTAL" -- cgit v1.2.3