On Mon, Nov 03, 2014 at 03:34:16PM -0800, Kevin Mitchell wrote:
> rebase and update to use av_rescale. oops didn't know that was there.

[...]

>
> +    idet->total_repeats [         repeat] ++;
> +    idet->repeats       [         repeat] += PRECISION;
> +
>      idet->total_prestat [           type] ++;
>      idet->prestat       [           type] += PRECISION;
>  
>      idet->total_poststat[idet->last_type] ++;
>      idet->poststat      [idet->last_type] += PRECISION;
>  
> +    av_log(ctx, AV_LOG_DEBUG, "Repeated Field:%12s, Single frame:%12s, Multi 
> frame:%12s\n",
> +           rep2str(repeat), type2str(type), type2str(idet->last_type));
>      av_log(ctx, AV_LOG_DEBUG, "Single frame:%12s, Multi frame:%12s\n", 
> type2str(type), type2str(idet->last_type));

This prints the interlace information twice

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to