diff options
author | Mike Isely <devnull@localhost> | 2005-12-02 13:32:17 +0000 |
---|---|---|
committer | Mike Isely <devnull@localhost> | 2005-12-02 13:32:17 +0000 |
commit | 93e0cc440aba618d132cc8ccd856f63f851475a5 (patch) | |
tree | ae8028c3fa57fb882879dfabf72df0e805ef8a69 /v4l | |
parent | f00b3c4cbee8696278c2502873bd7f152649badb (diff) | |
download | mediapointer-dvb-s2-93e0cc440aba618d132cc8ccd856f63f851475a5.tar.gz mediapointer-dvb-s2-93e0cc440aba618d132cc8ccd856f63f851475a5.tar.bz2 |
Change all uses of V4L2_STD_NTSC to V4L2_STD_NTSC_M in pvrusb2
From: Mike Isely <isely@pobox.com>
Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index aaf4f9d41..abbbdd109 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,18 @@ +2005-12-02 13:27 mcisely + + * ../v4l_experimental/pvrusb2/pvrusb2-eeprom.c: + * ../v4l_experimental/pvrusb2/pvrusb2-tuner.c: + (pvr2_tuner_set_standard): + * ../v4l_experimental/pvrusb2/pvrusb2-v4l2.c: (pvr2_v4l2_do_ioctl): + * ../v4l_experimental/pvrusb2/pvrusb2-video-v4l.c: + (pvr2_decoder_v4l_set_norm): + + - Change all uses of V4L2_STD_NTSC to V4L2_STD_NTSC_M, which is + needed to compensate for a change in tuner-simple.c that causes it + to be sensitive to the precise video standard in use. + + Signed-off-by: Mike Isely <isely@pobox.com> + 2005-12-02 10:57 mchehab * ../README: |