diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-20 11:39:43 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-20 11:39:43 +0000 |
commit | 21bcc573babc73118ca0db46e9513dfcaed399e2 (patch) | |
tree | 1ccf22ccf0fa2722d3a0f52e464ffa748ae62c85 /linux/include | |
parent | 1e8c9850492fee791a27f604a07f94106a33bc2b (diff) | |
download | mediapointer-dvb-s2-21bcc573babc73118ca0db46e9513dfcaed399e2.tar.gz mediapointer-dvb-s2-21bcc573babc73118ca0db46e9513dfcaed399e2.tar.bz2 |
- bttv: dark red image fixed (thanks to jeremy smith).
- misc cx88 tweaks.
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 20d234669..4cc0cd754 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -287,7 +287,7 @@ struct v4l2_bitrate { }; enum v4l2_mpeg_streamtype { - V4L2_MPEG_PS_1, /* MPEG-1 program stream */ + V4L2_MPEG_SS_1, /* MPEG-1 system stream */ V4L2_MPEG_PS_2, /* MPEG-2 program stream */ V4L2_MPEG_TS_2, /* MPEG-2 transport stream */ }; @@ -331,7 +331,6 @@ struct v4l2_mpeg_compression { #if 0 /* FIXME: found in iviv driver */ - dnr_* // filtering? is this mpeg related at all? gop_closure // whats this? sounds at least mpeg related? pulldown // we probably want that one ... #endif |