[FFmpeg-cvslog] matroskadec: Mute "Unknown entry" log messages for CueRelativePosition entries
James Almer
git at videolan.org
Sun Sep 15 13:07:14 CEST 2013
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Sep 15 06:32:36 2013 -0300| [5ab7b3b9481e083bd99c41a01070d8d5363e960a] | committer: Michael Niedermayer
matroskadec: Mute "Unknown entry" log messages for CueRelativePosition entries
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ab7b3b9481e083bd99c41a01070d8d5363e960a
---
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 }
};
More information about the ffmpeg-cvslog
mailing list