1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333'

* commit '554e55bbf0e4a3640a784cb512b816e776c56333':
  decode.h: Add missing headers to fix standalone compilation

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch 2017-04-26 14:38:46 +02:00
commit 40cc925f93

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