summarylogtreecommitdiffstats
path: root/alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff
diff options
context:
space:
mode:
authorCarsten Teibes2015-07-12 18:08:28 +0200
committerCarsten Teibes2015-07-12 18:09:45 +0200
commit61c1d8175b58d7cf4a66be80e49145946ff56cab (patch)
tree444eeae9b9e92d4fef860fbb8d4115d1997c4393 /alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff
parent1f55465e156bbf1d92a38da5aa4e64044c08dd42 (diff)
downloadaur-61c1d8175b58d7cf4a66be80e49145946ff56cab.tar.gz
[upd] 1.1_20140104→1.2.1_20150620
Remove backported patches.
Diffstat (limited to 'alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff')
-rw-r--r--alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff b/alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff
deleted file mode 100644
index 8fa65823d764..000000000000
--- a/alephone-r5002-remove-deprecated-ffmpeg-quality-setting.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: Source_Files/FFmpeg/Movie.cpp
-===================================================================
---- Source_Files/FFmpeg/Movie.cpp (Revision 5001)
-+++ Source_Files/FFmpeg/Movie.cpp (Revision 5002)
-@@ -491,7 +491,7 @@
-
- // 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