OSDN Git Service

Use int8_t instead of char, the signedness of char can differ between systems.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 12 Feb 2010 18:18:35 +0000 (18:18 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 12 Feb 2010 18:18:35 +0000 (18:18 +0000)
commit9f1d760a278f59a015acbc3d432f0fddff57604e
treef703f3bf2949a65b6cbdca5f0236012b5d9a8f1c
parentfa65584f120ba0e10171f2e43c8a3ecaec3dd27b
Use int8_t instead of char, the signedness of char can differ between systems.

Originally committed as revision 21771 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/iff.c