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:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-25 22:38:43 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-25 22:39:00 +0400
commit8f20e3d4dfe5d54e36113e679bd1350e4550bc4d (patch)
treeb6f12b74cfb5d2a136ea71b61e0b36e52e47c933 /libavcodec/h261data.c
parent41e7e46cac507e993af6d656c8d3672ba3f9e304 (diff)
parentdc0c70e018f6b04488333e7e26ec26359e614e4e (diff)
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.c1
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"