~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libswresample/swresample.c

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
    s-> in_ch_layout = s-> user_in_ch_layout;
174
174
    s->out_ch_layout = s->user_out_ch_layout;
175
175
 
 
176
    s->int_sample_fmt= s->user_int_sample_fmt;
 
177
 
176
178
    if(av_get_channel_layout_nb_channels(s-> in_ch_layout) > SWR_CH_MAX) {
177
179
        av_log(s, AV_LOG_WARNING, "Input channel layout 0x%"PRIx64" is invalid or unsupported.\n", s-> in_ch_layout);
178
180
        s->in_ch_layout = 0;