Commit ebe9808a authored by James Almer's avatar James Almer

Merge commit '905cdcaa'

* commit '905cdcaa':
  examples/decode_audio: Add missing header for av_free()
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 67eda469 905cdcaa
......@@ -31,9 +31,10 @@
#include <stdlib.h>
#include <string.h>
#include <libavcodec/avcodec.h>
#include "libavutil/frame.h"
#include "libavutil/mem.h"
#include <libavutil/frame.h>
#include "libavcodec/avcodec.h"
#define AUDIO_INBUF_SIZE 20480
#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