From 603da375c6e015c5d954831714324041b0839049 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 3 Jun 2003 03:33:15 +0000 Subject: progressive_frame flag may be used to select how to convert yv12->yuy2 CVS patchset: 5003 CVS date: 2003/06/03 03:33:15 --- src/xine-utils/xineutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-utils/xineutils.h') diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index fee9f6e3f..5ef3c3e08 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.51 2003/05/31 13:54:27 miguelfreitas Exp $ + * $Id: xineutils.h,v 1.52 2003/06/03 03:33:16 miguelfreitas Exp $ * */ #ifndef XINEUTILS_H @@ -776,7 +776,7 @@ extern void (*yv12_to_yuy2) unsigned char *u_src, int u_src_pitch, unsigned char *v_src, int v_src_pitch, unsigned char *yuy2_map, int yuy2_pitch, - int width, int height); + int width, int height, int progressive); #define SCALEFACTOR 65536 #define CENTERSAMPLE 128 -- cgit v1.2.3