|
Lines 30-35
Link Here
|
| 30 |
#include <libavformat/avformat.h> |
30 |
#include <libavformat/avformat.h> |
| 31 |
#include <libavresample/avresample.h> |
31 |
#include <libavresample/avresample.h> |
| 32 |
#include <libavutil/opt.h> |
32 |
#include <libavutil/opt.h> |
|
|
33 |
#include <libavutil/mathematics.h> |
| 33 |
#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE |
34 |
#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE |
| 34 |
#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio |
35 |
#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio |
| 35 |
#endif |
36 |
#endif |