|
@@ -31,9 +31,10 @@ |
|
|
#include <stdlib.h> |
|
|
#include <stdlib.h> |
|
|
#include <string.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_INBUF_SIZE 20480 |
|
|
#define AUDIO_REFILL_THRESH 4096 |
|
|
#define AUDIO_REFILL_THRESH 4096 |
|
|