diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-11 14:42:08 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-11 14:42:08 +0000 |
commit | 8ea1ed65fd723b1f2ca4d14ecc0604e79b3c0ed4 (patch) | |
tree | 493824457de58d39051c9ca008b65854c3858a7b /ChangeLog | |
parent | 04a9e93e8e617309d4e52675f25c6fc8c05f7e88 (diff) | |
download | gst-plugins-bad-8ea1ed65fd723b1f2ca4d14ecc0604e79b3c0ed4.tar.gz gst-plugins-bad-8ea1ed65fd723b1f2ca4d14ecc0604e79b3c0ed4.tar.bz2 gst-plugins-bad-8ea1ed65fd723b1f2ca4d14ecc0604e79b3c0ed4.zip |
gst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather than testing whether a temporary variabl...
Original commit message from CVS:
* gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
Actually test for odd width/height rather than testing whether
a temporary variable that was 0 before we subtracted 1 is now
not equal to zero (which it always is).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422): + Actually test for odd width/height rather than testing whether + a temporary variable that was 0 before we subtracted 1 is now + not equal to zero (which it always is). + 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org> * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported): |