Include stdint.h instead of inttypes.h, it is enough for what this file need.

Originally committed as revision 24966 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2010-08-29 15:46:38 +00:00
parent b20359f51a
commit ef4a93426a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"