diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-25 19:38:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-25 19:39:00 +0100 |
commit | 8f20e3d4dfe5d54e36113e679bd1350e4550bc4d (patch) | |
tree | b6f12b74cfb5d2a136ea71b61e0b36e52e47c933 /libavcodec/h261data.c | |
parent | 41e7e46cac507e993af6d656c8d3672ba3f9e304 (diff) | |
parent | dc0c70e018f6b04488333e7e26ec26359e614e4e (diff) | |
download | ffmpeg-8f20e3d4dfe5d54e36113e679bd1350e4550bc4d.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avcodec: add missing includes
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h261data.c')
-rw-r--r-- | libavcodec/h261data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h261data.c b/libavcodec/h261data.c index 0d1f305418..a9891edd0a 100644 --- a/libavcodec/h261data.c +++ b/libavcodec/h261data.c @@ -26,6 +26,7 @@ #include <stdint.h> +#include "mpegutils.h" #include "rl.h" #include "h261.h" |