On Thu, Jun 16, 2016 at 12:31:03AM +0700, Muhammad Faiz wrote:
> support odd phase_count
> stick to low phase_count until set_compensation is called

can you split these in 2 seperate patches ?


[...]
> @@ -382,6 +382,9 @@ static ResampleContext *resample_init(ResampleContext *c, 
> int out_rate, int in_r
>      c->index= -phase_count*((c->filter_length-1)/2);
>      c->frac= 0;
>  
> +    /*av_log(NULL, AV_LOG_ERROR, "phase_count = %d, dst_incr = %d (%d + 
> %d/%d)\n",
> +           c->phase_count, c->dst_incr, c->dst_incr_div, c->dst_incr_mod, 
> c->src_incr);*/
> +
>      swri_resample_dsp_init(c);
>  
>      return c;
[...]
> +    /*av_log(NULL, AV_LOG_ERROR, "phase_count = %d, dst_incr = %d (%d + 
> %d/%d)\n",
> +           c->phase_count, c->dst_incr, c->dst_incr_div, c->dst_incr_mod, 
> c->src_incr);*/

these disabled debug av_log() should probably not be pushed

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

He who knows, does not speak. He who speaks, does not know. -- Lao Tsu

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