[FFmpeg-devel] [PATCH] matroskadec: Mute "Unknown entry" log messages for CueRelativePosition entries

James Almer jamrial at gmail.com
Sun Sep 15 11:32:36 CEST 2013


Signed-off-by: James Almer <jamrial at gmail.com>
---
 libavformat/matroskadec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index a6cc7c9..86351df 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -475,6 +475,7 @@ static EbmlSyntax matroska_chapters[] = {
 static EbmlSyntax matroska_index_pos[] = {
     { MATROSKA_ID_CUETRACK,           EBML_UINT, 0, offsetof(MatroskaIndexPos,track) },
     { MATROSKA_ID_CUECLUSTERPOSITION, EBML_UINT, 0, offsetof(MatroskaIndexPos,pos)   },
+    { MATROSKA_ID_CUERELATIVEPOSITION,EBML_NONE },
     { MATROSKA_ID_CUEBLOCKNUMBER,     EBML_NONE },
     { 0 }
 };
-- 
1.8.1.5



More information about the ffmpeg-devel mailing list