diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-15 01:18:32 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 19:49:18 +0700 |
commit | 94f3b906053d4f6e9df2e94c2cefca6fdd14730a (patch) | |
tree | 48edb93d8ccfe1c94dc483b7359a47ce17f84eba /games/alephone/ffmpeg_api.diff | |
parent | cf729dadd71d992079c511e8240b1dd7046e028f (diff) |
games/alephone: Updated for version 20150620.
Diffstat (limited to 'games/alephone/ffmpeg_api.diff')
-rw-r--r-- | games/alephone/ffmpeg_api.diff | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/games/alephone/ffmpeg_api.diff b/games/alephone/ffmpeg_api.diff deleted file mode 100644 index 3128e3d42632e..0000000000000 --- a/games/alephone/ffmpeg_api.diff +++ /dev/null @@ -1,27 +0,0 @@ -diff -rupN AlephOne-20140104/Source_Files/FFmpeg/SDL_ffmpeg.c AlephOne-20140104.new/Source_Files/FFmpeg/SDL_ffmpeg.c ---- AlephOne-20140104/Source_Files/FFmpeg/SDL_ffmpeg.c 2013-07-05 02:33:29.000000000 +0200 -+++ AlephOne-20140104.new/Source_Files/FFmpeg/SDL_ffmpeg.c 2014-03-16 01:53:19.327213212 +0100 -@@ -48,6 +48,11 @@ extern "C" - } - #endif - -+/* set magic number for 1 second of 48khz 32bit audio (removed from upstream) */ -+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE -+#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 -+#endif -+ - #include "SDL_ffmpeg.h" - - #ifdef MSVC -diff -rupN AlephOne-20140104/Source_Files/FFmpeg/Movie.cpp AlephOne-20140104.new/Source_Files/FFmpeg/Movie.cpp ---- AlephOne-20140104/Source_Files/FFmpeg/Movie.cpp 2014-01-04 03:19:57.000000000 +0100 -+++ AlephOne-20140104.new/Source_Files/FFmpeg/Movie.cpp 2014-03-16 01:43:32.030011019 +0100 -@@ -491,7 +491,7 @@ bool Movie::Setup() - - // tuning options - int aq = graphics_preferences->movie_export_audio_quality; -- audio_stream->codec->global_quality = audio_stream->quality = FF_QP2LAMBDA * (aq / 10); -+ audio_stream->codec->global_quality = FF_QP2LAMBDA * (aq / 10); - audio_stream->codec->flags |= CODEC_FLAG_QSCALE; - - // find correct sample format |