Revision c740f737
ID | c740f737e9ef3750a87d8a822973e48d6a316bd8 |
Parent | e94204df |
Child | f1714d58 |
vorbisdec: Use int instead of uint16_fast_t for index variables
uint16_fast_t is unsigned int (or long) on Linux, which when compared
with int results in an unsigned compare.
Originally committed as revision 24994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Files
- added
- modified
- copied
- renamed
- deleted