mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
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).
This commit is contained in:
parent
04a9e93e8e
commit
8ea1ed65fd
1 changed files with 7 additions and 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>
|
2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||||
|
|
||||||
* sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
|
* sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
|
||||||
|
|
Loading…
Reference in a new issue