comparison avcodec.h @ 6491:c8c58c35feef libavcodec

This file does not use size_t, so no need to #include <sys/types.h>.
author diego
date Thu, 13 Mar 2008 18:10:58 +0000
parents 3f96dc62c4b9
children 791b0ef6e72e
comparison
equal deleted inserted replaced
6490:bb799e3bc64b 6491:c8c58c35feef
26 * external API header 26 * external API header
27 */ 27 */
28 28
29 29
30 #include "libavutil/avutil.h" 30 #include "libavutil/avutil.h"
31 #include <sys/types.h> /* size_t */
32 31
33 #define LIBAVCODEC_VERSION_MAJOR 51 32 #define LIBAVCODEC_VERSION_MAJOR 51
34 #define LIBAVCODEC_VERSION_MINOR 51 33 #define LIBAVCODEC_VERSION_MINOR 51
35 #define LIBAVCODEC_VERSION_MICRO 0 34 #define LIBAVCODEC_VERSION_MICRO 0
36 35