From 2785a696cf7e7187458edc6025d55cad1d76a2d4 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 18 Mar 2009 14:32:48 +0000 Subject: default codec set to DIVX svn path=/trunk/externals/pidip/; revision=10865 --- modules/pdp_rec~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pdp_rec~.c b/modules/pdp_rec~.c index 0c02782..5aa61da 100644 --- a/modules/pdp_rec~.c +++ b/modules/pdp_rec~.c @@ -664,8 +664,8 @@ void *pdp_rec_new(void) x->x_qtfile = NULL; x->x_framerate = DEFAULT_FRAME_RATE; x->x_forced_framerate = 0; - x->x_compressor = (char*) getbytes( strlen(QUICKTIME_JPEG)+1 ); - strcpy( x->x_compressor, QUICKTIME_JPEG ); + x->x_compressor = (char*) getbytes( strlen(QUICKTIME_DIVX)+1 ); + strcpy( x->x_compressor, QUICKTIME_DIVX ); /* audio defaults */ x->x_acompressor = (char*) getbytes( strlen(QUICKTIME_TWOS)+1 ); -- cgit v1.2.1