]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aiffenc.c
smoothstreamingenc: explict cast to avoid overflow
[ffmpeg] / libavformat / aiffenc.c
index abcc42459640cf0d04baefbda0e9be8beb3c7c96..d4bffb394e3f9703b8cbc2ae4d5fde5167456d8d 100644 (file)
@@ -19,6 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stdint.h>
+
 #include "libavutil/intfloat.h"
 #include "avformat.h"
 #include "internal.h"