diff options
author | Johannes Stezenbach <devnull@localhost> | 2002-12-05 17:58:44 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2002-12-05 17:58:44 +0000 |
commit | acf616d833b008e204dfca33e37afae4bc3f3272 (patch) | |
tree | be60172c37166e495690df3665dd16ec57a8a113 /linux | |
parent | 0159366c69712bb51cda9f4f4465ef0424a2f4b7 (diff) | |
download | mediapointer-dvb-s2-acf616d833b008e204dfca33e37afae4bc3f3272.tar.gz mediapointer-dvb-s2-acf616d833b008e204dfca33e37afae4bc3f3272.tar.bz2 |
fixed DMX_GET_PES_PIDS declaration
Diffstat (limited to 'linux')
-rw-r--r-- | linux/include/linux/dvb/dmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/dvb/dmx.h b/linux/include/linux/dvb/dmx.h index 38586a88a..0f3d73987 100644 --- a/linux/include/linux/dvb/dmx.h +++ b/linux/include/linux/dvb/dmx.h @@ -164,7 +164,7 @@ typedef enum { #define DMX_SET_PES_FILTER _IOW('o',44,struct dmx_pes_filter_params) #define DMX_SET_BUFFER_SIZE _IO('o',45) #define DMX_GET_EVENT _IOR('o',46,struct dmx_event) -#define DMX_GET_PES_PIDS _IOR('o',47,uint16_t) +#define DMX_GET_PES_PIDS _IOR('o',47,uint16_t[5]) #define DMX_GET_CAPS _IOR('o',48,dmx_caps_t) #define DMX_SET_SOURCE _IOW('o',49,dmx_source_t) |