From 73e30722761815fc01077f068436b176eef25241 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Mon, 15 Apr 2013 23:06:22 +0300 Subject: Define AVCODEC_MAX_AUDIO_FRAME_SIZE if it is not defined --- src/combined/ffmpeg/ffmpeg_compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/combined/ffmpeg/ffmpeg_compat.h b/src/combined/ffmpeg/ffmpeg_compat.h index 749468210..5a44ae2c8 100644 --- a/src/combined/ffmpeg/ffmpeg_compat.h +++ b/src/combined/ffmpeg/ffmpeg_compat.h @@ -142,4 +142,8 @@ # define PixelFormat AVPixelFormat #endif +#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE +# define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 +#endif + #endif /* XINE_AVCODEC_COMPAT_H */ -- cgit v1.2.3