summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/mpcf.txt
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 13:47:49 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-07 13:47:49 +0000
commit9739ef6753095b9062ca01ed9784d54783d45636 (patch)
tree8a82ec2eeb059a1c2f5b269482ffa9be6c5b5132 /DOCS/tech/mpcf.txt
parent35a5e9fdb5f647c8b25bc56e3e31a14af962ad78 (diff)
downloadmpv-9739ef6753095b9062ca01ed9784d54783d45636.tar.bz2
mpv-9739ef6753095b9062ca01ed9784d54783d45636.tar.xz
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/mpcf.txt')
-rw-r--r--DOCS/tech/mpcf.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 12881d0b30..5d382a5ede 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -134,7 +134,7 @@ frame
msb_timestamp v
bitstream
if(checksum_flag)
- checksum u(32)
+ frame_checksum u(32)
Index:
packet header
@@ -192,6 +192,7 @@ stream_class
32 audio
64 subtiles
Note the remaining values are reserved and MUST NOT be used
+ a decoder MUST ignore streams with reserved classes
fourcc
identification for the codec
@@ -286,7 +287,7 @@ checksum_flag
frame_checksum
identical to checksum, but instead of covering just the current
packet, it covers all frames of the same stream id since the last
- checksum
+ frame_checksum
this field is only coded if checksum_flag=1
index_timestamp