[linux-dvb] [PATCH] Add VIDEO_CAP_AVC
Andreas Oberritter
obi at linuxtv.org
Sat Apr 29 00:59:44 CEST 2006
From: Andreas Oberritter <obi at linuxtv.org>
Add VIDEO_CAP_AVC for AVC encoded video streams used for some HDTV
transmissions.
Signed-off-by: Andreas Oberritter <obi at linuxtv.org>
---
diff -r 0a8f56ab07fa linux/include/linux/dvb/video.h
--- a/linux/include/linux/dvb/video.h Mon Apr 17 16:44:02 2006 -0300
+++ b/linux/include/linux/dvb/video.h Sat Apr 29 00:51:57 2006 +0200
@@ -172,6 +172,9 @@ typedef uint16_t video_attributes_t;
#define VIDEO_CAP_SPU 16
#define VIDEO_CAP_NAVI 32
#define VIDEO_CAP_CSS 64
+/* Can the hardware decode AVC video streams as defined in
+ * ITU-T Rec. H.264 | ISO/IEC 14496-10 Video? */
+#define VIDEO_CAP_AVC 128
#define VIDEO_STOP _IO('o', 21)
More information about the linux-dvb
mailing list