diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-09 08:54:03 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-09 08:54:03 +0000 |
commit | 13a48e49e851b876fb13f465aa6148ffc38b4293 (patch) | |
tree | b2b3d5a1e260461217b74715aac715dae9c1c09a /linux/include | |
parent | 6e385654e5aeac3674b5d880d610feaa2c2e562f (diff) | |
download | mediapointer-dvb-s2-13a48e49e851b876fb13f465aa6148ffc38b4293.tar.gz mediapointer-dvb-s2-13a48e49e851b876fb13f465aa6148ffc38b4293.tar.bz2 |
- fix tyops.
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/videodev2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h index 3f30d319f..4e0edce53 100644 --- a/linux/include/linux/videodev2.h +++ b/linux/include/linux/videodev2.h @@ -309,7 +309,7 @@ enum v4l2_mpeg_videotype { V4L2_MPEG_VI_2, /* MPEG-2 */ }; enum v4l2_mpeg_aspectratio { - V4L2_MPGE_ASPECT_SQUARE = 1, /* square pixel */ + V4L2_MPEG_ASPECT_SQUARE = 1, /* square pixel */ V4L2_MPEG_ASPECT_4_3 = 2, /* 4 : 3 */ V4L2_MPEG_ASPECT_16_9 = 3, /* 16 : 9 */ V4L2_MPEG_ASPECT_1_221 = 4, /* 1 : 2,21 */ |