Commit 905cdcaa authored by Diego Biurrun's avatar Diego Biurrun

examples/decode_audio: Add missing header for av_free()

parent 6a62795d
...@@ -29,9 +29,10 @@ ...@@ -29,9 +29,10 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "libavcodec/avcodec.h"
#include "libavutil/frame.h" #include "libavutil/frame.h"
#include "libavutil/mem.h"
#include "libavcodec/avcodec.h"
#define AUDIO_INBUF_SIZE 20480 #define AUDIO_INBUF_SIZE 20480
#define AUDIO_REFILL_THRESH 4096 #define AUDIO_REFILL_THRESH 4096
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment