comparison intfloat_readwrite.h @ 468:b76b4c3a5dde libavutil

Add missing stdint.h #include to headers that use it.
author diego
date Thu, 13 Mar 2008 00:20:15 +0000
parents d0f3bb6e367e
children 8d25a4b50588
comparison
equal deleted inserted replaced
467:4472cc562ee9 468:b76b4c3a5dde
19 */ 19 */
20 20
21 #ifndef FFMPEG_INTFLOAT_READWRITE_H 21 #ifndef FFMPEG_INTFLOAT_READWRITE_H
22 #define FFMPEG_INTFLOAT_READWRITE_H 22 #define FFMPEG_INTFLOAT_READWRITE_H
23 23
24 #include <stdint.h>
24 #include "common.h" 25 #include "common.h"
25 26
26 /* IEEE 80 bits extended float */ 27 /* IEEE 80 bits extended float */
27 typedef struct AVExtFloat { 28 typedef struct AVExtFloat {
28 uint8_t exponent[2]; 29 uint8_t exponent[2];