Fix GSM decoding: regular GSM and MSGSM do not use the same
bitstream endianness, so they cannot reuse the same code without a lot of function call overhead. Thus use templating to compile two different binaries. Originally committed as revision 25312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavcodec/Makefile 2 additions, 2 deletionslibavcodec/Makefile
- libavcodec/gsmdec.c 4 additions, 215 deletionslibavcodec/gsmdec.c
- libavcodec/gsmdec_data.c 94 additions, 0 deletionslibavcodec/gsmdec_data.c
- libavcodec/gsmdec_data.h 47 additions, 0 deletionslibavcodec/gsmdec_data.h
- libavcodec/gsmdec_template.c 150 additions, 0 deletionslibavcodec/gsmdec_template.c
- libavcodec/msgsmdec.c 37 additions, 0 deletionslibavcodec/msgsmdec.c
- libavcodec/msgsmdec.h 28 additions, 0 deletionslibavcodec/msgsmdec.h
Loading
Please register or sign in to comment