diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-02-06 12:53:28 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-02-06 12:53:28 +0000 |
commit | 06e03fa0ae53e588a3671679fdb6b5923c50cd91 (patch) | |
tree | 17eb76f29e8096d8f466b40ef139049b26925b65 /libavcodec/h261dec.c | |
parent | f6d2916550e6bdea0f26f33e7d75f2948e5364ee (diff) | |
download | ffmpeg-06e03fa0ae53e588a3671679fdb6b5923c50cd91.tar.gz |
Add include necessary for ff_set_qscale
Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261dec.c')
-rw-r--r-- | libavcodec/h261dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 9c2db71bff..ab266a0f6c 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -28,6 +28,7 @@ #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" +#include "h263.h" #include "h261.h" #include "h261data.h" |