diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-04 20:41:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-04 20:41:09 +0000 |
commit | 181d8a7f3abf0561aef91f2f5e9e7b1b8b4b836d (patch) | |
tree | f37ec8c8b0714206cc6b5ca9b96525a0e5fa80b0 /libavcodec/h264.h | |
parent | c7f03f4e2a673517c99b9c534cbfcfd089f1982c (diff) | |
download | ffmpeg-181d8a7f3abf0561aef91f2f5e9e7b1b8b4b836d.tar.gz |
Remove unused CONFIG_H264_ENCODER #define.
Originally committed as revision 16993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 8bbf84f2c2..e4e070aab6 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -86,10 +86,6 @@ #define CHROMA 1 #endif -#ifndef CONFIG_H264_ENCODER -#define CONFIG_H264_ENCODER 0 -#endif - #define EXTENDED_SAR 255 #define MB_TYPE_REF0 MB_TYPE_ACPRED //dirty but it fits in 16 bit |