From 77e1106a1a76a4b429b21841bd1361f0e8fd5652 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sat, 24 Feb 2007 11:06:58 +0100 Subject: Fix comment and rename VIDEO_CMD_PAUSE_TO_BLACK From: Hans Verkuil Fix comment and rename VIDEO_CMD_PAUSE_TO_BLACK to VIDEO_CMD_FREEZE_TO_BLACK to be consistent with the VIDEO_CMD_FREEZE command. Signed-off-by: Hans Verkuil --- linux/include/linux/dvb/video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/include/linux/dvb/video.h b/linux/include/linux/dvb/video.h index acacb61da..a96da40c5 100644 --- a/linux/include/linux/dvb/video.h +++ b/linux/include/linux/dvb/video.h @@ -86,8 +86,8 @@ typedef enum { #define VIDEO_CMD_FREEZE (2) #define VIDEO_CMD_CONTINUE (3) -/* Flags for VIDEO_CMD_CONTINUE */ -#define VIDEO_CMD_PAUSE_TO_BLACK (1 << 0) +/* Flags for VIDEO_CMD_FREEZE */ +#define VIDEO_CMD_FREEZE_TO_BLACK (1 << 0) /* Flags for VIDEO_CMD_STOP */ #define VIDEO_CMD_STOP_TO_BLACK (1 << 0) -- cgit v1.2.3