summaryrefslogtreecommitdiff
path: root/linux/Documentation/video4linux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-08-24 12:18:19 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-08-24 12:18:19 -0300
commit69401b0f639b2b138b6dc58ba75ef2dcbd9c0db0 (patch)
treea198aeff7654bd3990ab20ca230829fc0f14b4e6 /linux/Documentation/video4linux
parentc2b360cb71e99d5c5f9c12330e57cedb39336244 (diff)
parentbaf3ec2b0712d5ee96a8fe4e9dc4ad7a7a128124 (diff)
downloadmediapointer-dvb-s2-69401b0f639b2b138b6dc58ba75ef2dcbd9c0db0.tar.gz
mediapointer-dvb-s2-69401b0f639b2b138b6dc58ba75ef2dcbd9c0db0.tar.bz2
merge: http://linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/Documentation/video4linux')
-rw-r--r--linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt b/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt
index 5dd3109a8..5a27af2ee 100644
--- a/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt
+++ b/linux/Documentation/video4linux/cx2341x/fw-encoder-api.txt
@@ -407,8 +407,10 @@ Description
u32 length; // Length of this frame
u32 offset_low; // Offset in the file of the
u32 offset_high; // start of this frame
- u32 mask1; // Bits 0-1 are the type mask:
+ u32 mask1; // Bits 0-2 are the type mask:
// 1=I, 2=P, 4=B
+ // 0=End of Program Index, other fields
+ // are invalid.
u32 pts; // The PTS of the frame
u32 mask2; // Bit 0 is bit 32 of the pts.
};