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