Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 539240 | Differences between
and this patch

Collapse All | Expand All

(-)decoder.h.old (+1 lines)
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

Return to bug 539240