Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'

* commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b':
  examples/decode_audio: Add missing header for av_free()

Merged-by: James Almer <jamrial@gmail.com>
pull/258/head
James Almer 8 years ago
commit ebe9808aaa
  1. 5
      doc/examples/decode_audio.c

@ -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

Loading…
Cancel
Save