1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-23 04:24:35 +02:00

decode.h: Add missing headers to fix standalone compilation

This commit is contained in:
Diego Biurrun 2016-12-14 14:05:16 +01:00
parent 343e283399
commit 554e55bbf0

View File

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