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)
commit1adf2066cae2cc47f029e7a064cfae5045146232
treedb585d7b992a4e1c89d6fd62349bfe33b6e037cb
parent05fd9a254c698191811546d6f499184b9989fc44
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