Skip to content
Snippets Groups Projects
Commit 554e55bb authored by Diego Biurrun's avatar Diego Biurrun
Browse files

decode.h: Add missing headers to fix standalone compilation

parent 343e2833
Branches
Tags
No related merge requests found
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#ifndef AVCODEC_DECODE_H #ifndef AVCODEC_DECODE_H
#define AVCODEC_DECODE_H #define AVCODEC_DECODE_H
#include "avcodec.h"
/** /**
* Called by decoders to get the next packet for decoding. * Called by decoders to get the next packet for decoding.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment