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
This diff is collapsed.
libavcodec/gsmdec_data.c
0 → 100644
libavcodec/gsmdec_data.h
0 → 100644
libavcodec/gsmdec_template.c
0 → 100644
libavcodec/msgsmdec.c
0 → 100644
libavcodec/msgsmdec.h
0 → 100644
Please register or sign in to comment