libavcodec/wma_common.h
8ca6e523
 /*
  * common code shared by all WMA variants
  *
12863db8
  * This file is part of FFmpeg.
8ca6e523
  *
12863db8
  * FFmpeg is free software; you can redistribute it and/or
8ca6e523
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
12863db8
  * FFmpeg is distributed in the hope that it will be useful,
8ca6e523
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
12863db8
  * License along with FFmpeg; if not, write to the Free Software
8ca6e523
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef AVCODEC_WMA_COMMON_H
 #define AVCODEC_WMA_COMMON_H
 
94ee7da0
 int ff_wma_get_frame_len_bits(int sample_rate, int version,
                               unsigned int decode_flags);
8ca6e523
 
 #endif /* AVCODEC_WMA_COMMON_H */