Browse Source

ffv1: Add missing #includes to header file

tags/n1.1
Diego Biurrun 13 years ago
parent
commit
6cfca5b6ae
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      libavcodec/ffv1.h

+ 7
- 0
libavcodec/ffv1.h View File

@@ -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


Loading…
Cancel
Save