projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b154bd
)
don't compile some mpeg4 encoder code when encoders are disabled
author
Aurelien Jacobs
<aurel@gnuage.org>
Tue, 10 Jul 2007 08:40:00 +0000
(08:40 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Tue, 10 Jul 2007 08:40:00 +0000
(08:40 +0000)
Originally committed as revision 9571 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263.c
patch
|
blob
|
history
diff --git
a/libavcodec/h263.c
b/libavcodec/h263.c
index
7446bda
..
3e1b57a
100644
(file)
--- a/
libavcodec/h263.c
+++ b/
libavcodec/h263.c
@@
-2461,6
+2461,8
@@
void mpeg4_encode_picture_header(MpegEncContext * s, int picture_number)
int time_incr;
int time_div, time_mod;
+ if (!ENABLE_MPEG4_ENCODER) return;
+
if(s->pict_type==I_TYPE){
if(!(s->flags&CODEC_FLAG_GLOBAL_HEADER)){
if(s->strict_std_compliance < FF_COMPLIANCE_VERY_STRICT) //HACK, the reference sw is buggy