Re: [FFmpeg-devel] [PATCH] avcodec: remove old avpriv_mpa_decode_header function

2015-11-05 Thread Andreas Cadhalpun
On 21.10.2015 00:57, Andreas Cadhalpun wrote: > Replace its last use by avpriv_mpa_decode_header2 and drop the 2 suffix. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/mpegaudio_parser.c | 2 +- > libavcodec/mpegaudiodecheader.c | 7 +-- > libavcodec/mpegaudiodecheader.h | 4 +---

[FFmpeg-devel] [PATCH] avcodec: remove old avpriv_mpa_decode_header function

2015-10-20 Thread Andreas Cadhalpun
Replace its last use by avpriv_mpa_decode_header2 and drop the 2 suffix. Signed-off-by: Andreas Cadhalpun --- libavcodec/mpegaudio_parser.c | 2 +- libavcodec/mpegaudiodecheader.c | 7 +-- libavcodec/mpegaudiodecheader.h | 4 +--- libavformat/mp3dec.c| 4 ++-- 4 files changed,