summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/mpcf.txt
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-25 21:46:20 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-25 21:46:20 +0000
commita079cc3526d2eeff17b4e805025c2a5ae587422c (patch)
tree77a471e2ced51680beba3d15bc6ea46da1b1c33c /DOCS/tech/mpcf.txt
parentb3d47713102cf0189bd05ea8844fd7d16ba99836 (diff)
downloadmpv-a079cc3526d2eeff17b4e805025c2a5ae587422c.tar.bz2
mpv-a079cc3526d2eeff17b4e805025c2a5ae587422c.tar.xz
disposition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12504 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r--DOCS/tech/mpcf.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index d790cfdad2..a3422286e3 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -502,6 +502,7 @@ name
Note: dont forget the timezone
"ReplayGain"
"Keywords"
+ "Disposition" "original", "dub" (translated), "comment", "lyrics", "karaoke"
Note: if someone needs some others, please tell us about them, so we can
add them to the official standard (if they are sane)
Note: nonstandard fields should be prefixed by "X-"
@@ -532,6 +533,7 @@ info_table[][2]={
{"Keyword" , "UTF8"},
{"Cover" , "JPEG"},
{"Cover" , "PNG"},
+ {"Disposition" , "UTF8"},
};
Structure:
@@ -557,6 +559,9 @@ a demuxer MUST not demux a stream which contains more than one stream, or which
is wrapped in a structure to facilitate more than one stream or otherwise
duplicate the role of a container. any such file is to be considered invalid
+info packets which describe the whole file or individual streams/tracks must be
+placed before any video/audio/... frames
+
Index
every sync-point must be exacty once in the index
Note: in case of realtime streaming there is no end, so no index there either