comparison avcodec.h @ 10226:2ab0e95bc837 libavcodec

Hook up the MD studio demuxer and Atrac1 decoder.
author banan
date Tue, 22 Sep 2009 17:28:03 +0000
parents a514a601bf26
children 6a21c6ca346f
comparison
equal deleted inserted replaced
10225:d884c0b7af2f 10226:2ab0e95bc837
28 28
29 #include <errno.h> 29 #include <errno.h>
30 #include "libavutil/avutil.h" 30 #include "libavutil/avutil.h"
31 31
32 #define LIBAVCODEC_VERSION_MAJOR 52 32 #define LIBAVCODEC_VERSION_MAJOR 52
33 #define LIBAVCODEC_VERSION_MINOR 35 33 #define LIBAVCODEC_VERSION_MINOR 36
34 #define LIBAVCODEC_VERSION_MICRO 0 34 #define LIBAVCODEC_VERSION_MICRO 0
35 35
36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ 36 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
37 LIBAVCODEC_VERSION_MINOR, \ 37 LIBAVCODEC_VERSION_MINOR, \
38 LIBAVCODEC_VERSION_MICRO) 38 LIBAVCODEC_VERSION_MICRO)