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:
Diffstat (limited to 'libavcodec/mv30.c')
-rw-r--r--libavcodec/mv30.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/mv30.c b/libavcodec/mv30.c
index 88c360fbd3..4633fb86bc 100644
--- a/libavcodec/mv30.c
+++ b/libavcodec/mv30.c
@@ -20,8 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stdio.h>
-#include <stdlib.h>
+#include <stddef.h>
#include <string.h>
#include "libavutil/thread.h"
@@ -30,10 +29,10 @@
#include "bytestream.h"
#include "codec_internal.h"
#include "copy_block.h"
+#include "decode.h"
#include "mathops.h"
#include "blockdsp.h"
#include "get_bits.h"
-#include "internal.h"
#include "aandcttab.h"
#define CBP_VLC_BITS 9