diff options
Diffstat (limited to 'Documentation/linux_tv/media/dvb/video-set-spu-palette.rst')
-rw-r--r-- | Documentation/linux_tv/media/dvb/video-set-spu-palette.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/linux_tv/media/dvb/video-set-spu-palette.rst b/Documentation/linux_tv/media/dvb/video-set-spu-palette.rst index b3b727fec64b..ae9e0da5fd0b 100644 --- a/Documentation/linux_tv/media/dvb/video-set-spu-palette.rst +++ b/Documentation/linux_tv/media/dvb/video-set-spu-palette.rst @@ -6,18 +6,19 @@ VIDEO_SET_SPU_PALETTE ===================== -NAME +Name ---- VIDEO_SET_SPU_PALETTE -SYNOPSIS + +Synopsis -------- .. c:function:: int ioctl(fd, int request = VIDEO_SET_SPU_PALETTE, video_spu_palette_t *palette ) -ARGUMENTS +Arguments --------- .. flat-table:: @@ -44,13 +45,13 @@ ARGUMENTS - SPU palette according to section ??. -DESCRIPTION +Description ----------- This ioctl sets the SPU color palette. -RETURN VALUE +Return Value ------------ On success 0 is returned, on error -1 and the ``errno`` variable is set |