summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorAlexander Strange <astrange@ithinksw.com>2008-07-02 21:46:18 +0000
committerAlexander Strange <astrange@ithinksw.com>2008-07-02 21:46:18 +0000
commitfedec603db2b673d122244691c950df07df95222 (patch)
treebc1ac01758f066d36c63c06d609805613843dea7 /libavcodec/h264.h
parent5faf3a4449ff9feaea18e14389b6747aef82a4a7 (diff)
Don't test for H264 encoding unless an encoder exists.
Originally committed as revision 14048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 6b76420ceb..2531e3a2e4 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -70,6 +70,10 @@
#endif
#define FIELD_OR_MBAFF_PICTURE (FRAME_MBAFF || FIELD_PICTURE)
+#ifndef ENABLE_H264_ENCODER
+#define ENABLE_H264_ENCODER 0
+#endif
+
/**
* Sequence parameter set
*/