summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/libv4lconvert/flip.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-06 23:52:29 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-06 23:52:29 -0300
commitf067b53df32472256458d30f154809fad8b5ebaf (patch)
tree87295cf75b8e78f8a90ddfe79bb02a4d95d83eac /v4l2-apps/libv4l/libv4lconvert/flip.c
parent5700f50011f5c8ad20cfc1377cc830ed4eee9d06 (diff)
parent06f2ee05ed81b2c469ce5a83b0c90da01752166b (diff)
downloadmediapointer-dvb-s2-f067b53df32472256458d30f154809fad8b5ebaf.tar.gz
mediapointer-dvb-s2-f067b53df32472256458d30f154809fad8b5ebaf.tar.bz2
merge: http://linuxtv.org/hg/~hgoede/libv4l/
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/libv4lconvert/flip.c')
-rw-r--r--v4l2-apps/libv4l/libv4lconvert/flip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/libv4lconvert/flip.c b/v4l2-apps/libv4l/libv4lconvert/flip.c
index 8c4d8233c..dc9b858c9 100644
--- a/v4l2-apps/libv4l/libv4lconvert/flip.c
+++ b/v4l2-apps/libv4l/libv4lconvert/flip.c
@@ -2,7 +2,7 @@
# RGB / YUV flip/rotate routines
-# (C) 2008 Hans de Goede <j.w.r.degoede@hhs.nl>
+# (C) 2008 Hans de Goede <hdegoede@redhat.com>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
@@ -219,6 +219,7 @@ void v4lconvert_rotate90(unsigned char *src, unsigned char *dest,
fmt->fmt.pix.height);
break;
}
+ v4lconvert_fixup_fmt(fmt);
}
void v4lconvert_flip(unsigned char *src, unsigned char *dest,