~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libavcodec/sbr.h

  • 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:
137
137
struct SpectralBandReplication {
138
138
    int                sample_rate;
139
139
    int                start;
 
140
    int                id_aac;
140
141
    int                reset;
141
142
    SpectrumParameters spectrum_params;
142
143
    int                bs_amp_res_header;