gst/ffmpegcolorspace/imgconvert.c: Actually test for odd width/height rather than...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 11 Nov 2004 14:42:08 +0000 (14:42 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 11 Nov 2004 14:42:08 +0000 (14:42 +0000)
commit9a07a042cb75d0e36f4832c28d196abb4fe24449
tree616f3b8e3a213304aedf36a6fdf885ed77af5612
parent005ab557eb5d9fffadef5de17a69076ac0f33c17
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).
ChangeLog