From 196d4fce5b326013110aea849d3841b2718d604b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 29 Dec 2014 23:14:19 +0100 Subject: demux_mkv: reduce log noise This message can happen a lot for mkv files which index clusters in the seekhead (which is also broken non-sense, but that's a different story). Also remove a duplicate define from matroska.h. --- demux/matroska.h | 1 - 1 file changed, 1 deletion(-) (limited to 'demux/matroska.h') diff --git a/demux/matroska.h b/demux/matroska.h index 63ef7708ab..a5d33b90ff 100644 --- a/demux/matroska.h +++ b/demux/matroska.h @@ -81,7 +81,6 @@ #define MKV_V_UNCOMPRESSED "V_UNCOMPRESSED" #define MKV_V_DIRAC "V_DIRAC" #define MKV_V_PRORES "V_PRORES" -#define MKV_V_PRORES "V_PRORES" #define MKV_V_HEVC "V_MPEGH/ISO/HEVC" #define MKV_S_TEXTASCII "S_TEXT/ASCII" -- cgit v1.2.3