Commit 6cfca5b6 authored by Diego Biurrun's avatar Diego Biurrun

ffv1: Add missing #includes to header file

parent 2d09b36c
......@@ -22,7 +22,14 @@
#ifndef AVCODEC_FFV1_H
#define AVCODEC_FFV1_H
#include <stdint.h>
#include "avcodec.h"
#include "dsputil.h"
#include "get_bits.h"
#include "put_bits.h"
#include "rangecoder.h"
#define MAX_PLANES 4
#define CONTEXT_SIZE 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment