summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-24 16:35:22 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-24 16:35:22 +0000
commit5c6f05602c00648fbcc7cb595aac06607cbbe187 (patch)
tree702ab8d937096b307c5729fe72a853cac94dc83b /DOCS
parentbd2cb0bb06cb95c673cdb7e041613b99ff733929 (diff)
downloadmpv-5c6f05602c00648fbcc7cb595aac06607cbbe187.tar.bz2
mpv-5c6f05602c00648fbcc7cb595aac06607cbbe187.tar.xz
specify the bitnumber for frame_flags, instead of a decimal bitmask
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21192 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/nut.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt
index f07d9b76ce..328bf84ffb 100644
--- a/DOCS/tech/nut.txt
+++ b/DOCS/tech/nut.txt
@@ -589,17 +589,17 @@ frame_code (f(8))
flags[frame_code], frame_flags (v)
Bit Name Description
- 1 FLAG_KEY if set, frame is keyframe
- 2 FLAG_EOR if set, stream has no relevance on
+ 0 FLAG_KEY if set, frame is keyframe
+ 1 FLAG_EOR if set, stream has no relevance on
presentation. (EOR)
- 8 FLAG_CODED_PTS if set, coded_pts is in the frame header
- 16 FLAG_STREAM_ID if set, stream_id is coded in the frame header
- 32 FLAG_SIZE_MSB if set, data_size_msb is at frame header,
+ 3 FLAG_CODED_PTS if set, coded_pts is in the frame header
+ 4 FLAG_STREAM_ID if set, stream_id is coded in the frame header
+ 5 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
- 128 FLAG_RESERVED if set, reserved_count is coded in the frame header
- 4096 FLAG_CODED if set, coded_flags are stored in the frame header.
- 8192 FLAG_INVALID if set, frame_code is invalid.
+ 6 FLAG_CHECKSUM if set then the frame header contains a checksum
+ 7 FLAG_RESERVED if set, reserved_count is coded in the frame header
+ 12 FLAG_CODED if set, coded_flags are stored in the frame header.
+ 13 FLAG_INVALID if set, frame_code is invalid.
EOR frames MUST be zero-length and must be set keyframe.
All streams SHOULD end with EOR, where the pts of the EOR indicates the