mpeg4audio: Make avpriv_copy_pce_data() inline
The function currently accepts a PutBitContext and a GetBitContext,
which hardcodes their sizes into the lavc ABI. Since the function is
quite small and only called in a few places, the simplest solution is
making it inline, thus avoiding a runtime dependency completely.
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
Showing
- libavcodec/aac_adtstoasc_bsf.c 1 addition, 1 deletionlibavcodec/aac_adtstoasc_bsf.c
- libavcodec/mpeg4audio.c 0 additions, 40 deletionslibavcodec/mpeg4audio.c
- libavcodec/mpeg4audio.h 42 additions, 1 deletionlibavcodec/mpeg4audio.h
- libavformat/adtsenc.c 1 addition, 1 deletionlibavformat/adtsenc.c
- libavformat/latmenc.c 1 addition, 1 deletionlibavformat/latmenc.c
Please register or sign in to comment