As distributed, lines 245-250 in yuv2lav.c are:
#ifdef HAVE_LIBQUICKTIME
dotptr = strrchr(param_output, '.');
if ( (!strcasecmp(dotptr+1, "mov")) && (param_format == 'x') )
param_format = 'q';
#endif
if ( (!strcasecmp(dotptr+1, "avi")) && (param_format
On Sun, 19 Apr 2009, Graham Murphy wrote:
> As distributed, lines 245-250 in yuv2lav.c are:
>
> #ifdef HAVE_LIBQUICKTIME
> dotptr = strrchr(param_output, '.');
> if ( (!strcasecmp(dotptr+1, "mov")) && (param_format == 'x') )
> param_format = 'q';
> #endif
>