decode.h: Add missing headers to fix standalone compilation

pull/254/merge
Diego Biurrun 8 years ago
parent 343e283399
commit 554e55bbf0
  1. 2
      libavcodec/decode.h

@ -21,6 +21,8 @@
#ifndef AVCODEC_DECODE_H
#define AVCODEC_DECODE_H
#include "avcodec.h"
/**
* Called by decoders to get the next packet for decoding.
*

Loading…
Cancel
Save