Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-02-22 20:08:56 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-02-23 08:15:50 +0400
commit8187fded9fb6401d516f56de3816c2072587b0ca (patch)
tree929447caed927312756231d31ce943fc1998b7ff /include
parent59f5c270ac1b98fc9ad19c830211aecc42addb1b (diff)
update MediaInfo to v0.7.62 and ZenLib to v0.4.28 r430
Diffstat (limited to 'include')
-rw-r--r--include/MediaInfoDLL.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/MediaInfoDLL.h b/include/MediaInfoDLL.h
index 888b36240..438395307 100644
--- a/include/MediaInfoDLL.h
+++ b/include/MediaInfoDLL.h
@@ -1,5 +1,5 @@
/* MediaInfoDLL - All info about media files, for DLL
-// Copyright (C) 2002-2012 Jerome Martinez, Zen@MediaArea.net
+// Copyright (C) 2002-2012 MediaArea.net SARL, Info@MediaArea.net
//
// This library is free software: you can redistribute it and/or modify it
// under the terms of the GNU Library General Public License as published by
@@ -192,7 +192,7 @@ typedef enum MediaInfo_stream_t {
MediaInfo_Stream_Video,
MediaInfo_Stream_Audio,
MediaInfo_Stream_Text,
- MediaInfo_Stream_Chapters,
+ MediaInfo_Stream_Other,
MediaInfo_Stream_Image,
MediaInfo_Stream_Menu,
MediaInfo_Stream_Max
@@ -476,7 +476,7 @@ namespace MediaInfoDLL
Stream_Video, ///< StreamKind = Video
Stream_Audio, ///< StreamKind = Audio
Stream_Text, ///< StreamKind = Text
- Stream_Chapters, ///< StreamKind = Chapters
+ Stream_Other, ///< StreamKind = Other
Stream_Image, ///< StreamKind = Image
Stream_Menu, ///< StreamKind = Menu
Stream_Max