[FFmpeg-cvslog] r24966 - trunk/libavcodec/ws-snd1.c
vitor
subversion
Sun Aug 29 17:46:38 CEST 2010
Author: vitor
Date: Sun Aug 29 17:46:38 2010
New Revision: 24966
Log:
Include stdint.h instead of inttypes.h, it is enough for what this file need.
Modified:
trunk/libavcodec/ws-snd1.c
Modified: trunk/libavcodec/ws-snd1.c
==============================================================================
--- trunk/libavcodec/ws-snd1.c Sun Aug 29 12:25:16 2010 (r24965)
+++ trunk/libavcodec/ws-snd1.c Sun Aug 29 17:46:38 2010 (r24966)
@@ -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"
More information about the ffmpeg-cvslog
mailing list