mirror of https://git.ffmpeg.org/ffmpeg.git
doc/decode_audio: use <> to include libav* headers
Found-by: ubitux
This commit is contained in:
parent
10eb3259a6
commit
b27dd80255
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue