aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-04-30 13:44:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-30 13:44:29 +0000
commitbf266e195aa8ce938caab674c2b75defbf8db661 (patch)
treef6a9999149b207f5094ede46b2cfa09fd3ee991c /libavcodec/avcodec.h
parent26d4f26bb72622a5f8336f763bae75e97eb9217d (diff)
downloadffmpeg-bf266e195aa8ce938caab674c2b75defbf8db661.tar.gz
intra_dc_precission>0 encoding support
Originally committed as revision 3093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a81c865b3f..6a4d223769 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -17,7 +17,7 @@ extern "C" {
#define FFMPEG_VERSION_INT 0x000408
#define FFMPEG_VERSION "0.4.8"
-#define LIBAVCODEC_BUILD 4710
+#define LIBAVCODEC_BUILD 4711
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION
@@ -1584,6 +1584,13 @@ typedef struct AVCodecContext {
* - decoding: unused
*/
int mb_threshold;
+
+ /**
+ *
+ * - encoding: set by user
+ * - decoding: unused
+ */
+ int intra_dc_precision;
} AVCodecContext;