diff options
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 |