[FFmpeg-cvslog] Add libswresample.

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Oct 7 12:31:14 CEST 2011


Michael Niedermayer <git <at> videolan.org> writes:

> +    for(i=0; i<av_get_channel_layout_nb_channels(s->out_ch_layout); i++){
> +        for(j=0; j<av_get_channel_layout_nb_channels(s->in_ch_layout); j++){
> +            av_log(NULL, AV_LOG_ERROR, "%f ", s->matrix[i][j]);
> +        }
> +        av_log(NULL, AV_LOG_ERROR, "\n");

Is it intended that the matrix is always shown with AV_LOG_ERROR?

Carl Eugen



More information about the ffmpeg-cvslog mailing list