comparison avcodec.h @ 11231:0fc1cdd984b7 libavcodec

Bink video decoder
author kostya
date Sun, 21 Feb 2010 13:28:46 +0000
parents 1f13ac0e696b
children 8fd2622aa522
comparison
equal deleted inserted replaced
11230:9f25ae41c807 11231:0fc1cdd984b7
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 54 33 #define LIBAVCODEC_VERSION_MINOR 55
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)
1573 #define FF_IDCT_WMV2 19 1573 #define FF_IDCT_WMV2 19
1574 #define FF_IDCT_FAAN 20 1574 #define FF_IDCT_FAAN 20
1575 #define FF_IDCT_EA 21 1575 #define FF_IDCT_EA 21
1576 #define FF_IDCT_SIMPLENEON 22 1576 #define FF_IDCT_SIMPLENEON 22
1577 #define FF_IDCT_SIMPLEALPHA 23 1577 #define FF_IDCT_SIMPLEALPHA 23
1578 #define FF_IDCT_BINK 24
1578 1579
1579 /** 1580 /**
1580 * slice count 1581 * slice count
1581 * - encoding: Set by libavcodec. 1582 * - encoding: Set by libavcodec.
1582 * - decoding: Set by user (or 0). 1583 * - decoding: Set by user (or 0).