decode.h: Add missing headers to fix standalone compilation
This commit is contained in:
parent
343e283399
commit
554e55bbf0
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue