Browse Source

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
tags/n0.8
Vitor Sessak 15 years ago
parent
commit
ef4a93426a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ws-snd1.c

+ 1
- 1
libavcodec/ws-snd1.c 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"



Loading…
Cancel
Save