diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-22 23:34:13 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-25 12:28:22 +0100 |
commit | dc0c70e018f6b04488333e7e26ec26359e614e4e (patch) | |
tree | 26efde7d1c3fa2ab98cb0b170bc6b0c6e76421a0 /libavcodec/h261data.c | |
parent | aa499568afc01d59215eef7e5b14b949a9671afc (diff) | |
download | ffmpeg-dc0c70e018f6b04488333e7e26ec26359e614e4e.tar.gz |
avcodec: add missing includes
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 eb8e64a5ce..a81ccdfef9 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" |