64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
authorBenjamin Larsson <banan@ludd.ltu.se>
Mon, 27 Feb 2006 12:17:20 +0000 (12:17 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Mon, 27 Feb 2006 12:17:20 +0000 (12:17 +0000)
commit79a32e3b953c94268ed0691240dde053268f12cd
tree68ac9c965b3c462aa320c81b5886cfa9066a476d
parente5867e4d50b76b4ca9b79e7e715a100a9bcbf0e8
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
basicly just do a s/long/int32_t/. Patch tested on amd64 and x86.

Originally committed as revision 5072 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tta.c