diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-04-15 23:06:22 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2013-04-15 23:06:22 +0300 |
commit | 73e30722761815fc01077f068436b176eef25241 (patch) | |
tree | 6ec10ce2d633eca17f83af5ef4f944535e3e830a /src | |
parent | 6b571cf5da3a4639400b2845e8a90a033d675290 (diff) | |
download | xine-lib-73e30722761815fc01077f068436b176eef25241.tar.gz xine-lib-73e30722761815fc01077f068436b176eef25241.tar.bz2 |
Define AVCODEC_MAX_AUDIO_FRAME_SIZE if it is not defined
Diffstat (limited to 'src')
-rw-r--r-- | src/combined/ffmpeg/ffmpeg_compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |