comparison avcodec.h @ 10836:f20f9b76f4c8 libavcodec

SIPR decoder for modes 8k5, 6k5 and 5k0. Patch by Vladimir Voroshilov and myself.
author vitor
date Sun, 10 Jan 2010 21:38:15 +0000
parents d1115fb7e914
children ff7c1c90b6f5
comparison
equal deleted inserted replaced
10835:d1115fb7e914 10836:f20f9b76f4c8
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 46 33 #define LIBAVCODEC_VERSION_MINOR 47
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)