Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-01-08 06:07:19 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-01-21 21:02:18 +0300
commitaff923c0b52d5e38ea3201c34451b918dd92285d (patch)
tree0589d3755aa9c5b1f4cc6d3a311ceb6515da2b95 /libavcodec/mpeg4videoenc.c
parentab905f1dbc736630538ce61907e6ba691f759d04 (diff)
avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/mpeg4videoenc.c')
-rw-r--r--libavcodec/mpeg4videoenc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mpeg4videoenc.c b/libavcodec/mpeg4videoenc.c
index b3fa910c64..a092ab01d0 100644
--- a/libavcodec/mpeg4videoenc.c
+++ b/libavcodec/mpeg4videoenc.c
@@ -961,9 +961,6 @@ static void mpeg4_encode_vol_header(MpegEncContext *s,
{
int vo_ver_id;
- if (!CONFIG_MPEG4_ENCODER)
- return;
-
if (s->max_b_frames || s->quarter_sample) {
vo_ver_id = 5;
s->vo_type = ADV_SIMPLE_VO_TYPE;