diff options
Diffstat (limited to 'redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch')
-rw-r--r-- | redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch b/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch deleted file mode 100644 index bd3bfdebf..000000000 --- a/redhat/applications/k3b/k3b-3.5.13.2-fix_ffmpeg_support.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trinity-k3b-3.5.13.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp.ORI 2013-09-07 12:10:15.846286823 +0200 -+++ trinity-k3b-3.5.13.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp 2013-09-07 12:11:08.020207223 +0200 -@@ -49,7 +49,7 @@ - K3b::Msf length; - - // for decoding -- char outputBuffer[AVCODEC_MAX_AUDIO_FRAME_SIZE]; -+ char outputBuffer[192000]; - char* outputBufferPos; - int outputBufferSize; - AVPacket packet; |