[vlc-commits] ASF: do not warn about compatibility object

Jean-Baptiste Kempf git at videolan.org
Sat Apr 21 21:38:36 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr 21 21:30:10 2012 +0200| [cd3b8489debeac125af91693ccb661ffa5a05cd9] | committer: Jean-Baptiste Kempf

ASF: do not warn about compatibility object

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd3b8489debeac125af91693ccb661ffa5a05cd9
---

 modules/demux/asf/libasf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/asf/libasf.c b/modules/demux/asf/libasf.c
index 5303241..28d890c 100644
--- a/modules/demux/asf/libasf.c
+++ b/modules/demux/asf/libasf.c
@@ -1244,6 +1244,7 @@ static const struct
       ASF_ReadObject_codec_list, ASF_FreeObject_codec_list },
     { &asf_object_marker_guid, ASF_OBJECT_MARKER, NULL, NULL },
     { &asf_object_padding, ASF_OBJECT_PADDING, NULL, NULL },
+    { &asf_object_compatibility_guid, ASF_OBJECT_OTHER, NULL, NULL },
     { &asf_object_content_description_guid, ASF_OBJECT_CONTENT_DESCRIPTION,
       ASF_ReadObject_content_description, ASF_FreeObject_content_description },
     { &asf_object_language_list, ASF_OBJECT_OTHER,



More information about the vlc-commits mailing list