summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-12 13:21:04 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-12 13:21:04 +0000
commit9d6ad5ab21d4aa8dd98b760ea93ad720f7a4138d (patch)
treeeb4543cc1b70265736e95b9522928186470307a0 /DOCS
parent695dfad372964bc8cce406fa09b7d1497c8f494f (diff)
downloadmpv-9d6ad5ab21d4aa8dd98b760ea93ad720f7a4138d.tar.bz2
mpv-9d6ad5ab21d4aa8dd98b760ea93ad720f7a4138d.tar.xz
10l to me, misarrangment of flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17825 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index eaab7886b2..7d450a7b78 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -500,10 +500,10 @@ flags[frame_code], frame_flags
Bit Name Description
1 FLAG_KEY if set, frame is keyframe
2 FLAG_EOR if set, stream has no relevance on
+ presentation. (EOR)
32 FLAG_SIZE_MSB if set, data_size_msb is at frame header,
otherwise data_size_msb is 0
64 FLAG_CHECKSUM if set then the frame header contains a checksum
- presentation. (EOR)
4096 FLAG_CODED if set, coded_flags are stored in the frame header.
8192 FLAG_INVALID if set, frame_code is invalid.