mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/mpegaudiodecheader: remove dead code
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
700da852b5
commit
006546c635
2 changed files with 0 additions and 17 deletions
|
|
@ -57,11 +57,6 @@ int avpriv_mpegaudio_decode_header(MPADecodeHeader *s, uint32_t header);
|
|||
int ff_mpa_decode_header(uint32_t head, int *sample_rate,
|
||||
int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);
|
||||
|
||||
#if LIBAVCODEC_VERSION_MAJOR < 58
|
||||
int avpriv_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bitrate);
|
||||
int avpriv_mpa_decode_header2(uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);
|
||||
#endif
|
||||
|
||||
/* fast header check for resync */
|
||||
static inline int ff_mpa_check_header(uint32_t header){
|
||||
/* header */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue