Commit b27dd802 authored by James Almer's avatar James Almer

doc/decode_audio: use <> to include libav* headers

Found-by: ubitux
parent 10eb3259
......@@ -31,10 +31,10 @@
#include <stdlib.h>
#include <string.h>
#include "libavutil/frame.h"
#include "libavutil/mem.h"
#include <libavutil/frame.h>
#include <libavutil/mem.h>
#include "libavcodec/avcodec.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