aboutsummaryrefslogtreecommitdiff
path: root/audio/aqualung/files/patch-ffmpeg3
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aqualung/files/patch-ffmpeg3')
-rw-r--r--audio/aqualung/files/patch-ffmpeg34
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aqualung/files/patch-ffmpeg3 b/audio/aqualung/files/patch-ffmpeg3
index f734c21d5b9b..225b6e2e5841 100644
--- a/audio/aqualung/files/patch-ffmpeg3
+++ b/audio/aqualung/files/patch-ffmpeg3
@@ -7,9 +7,9 @@ With FFmpeg 1.0 and libav 10, AVCodecContext.{get,release}_buffer()
were deprecated; the new default AVCodecContext.get_buffer2()
implementation works fine for us.
---- src/decoder/dec_lavc.c.orig
+--- src/decoder/dec_lavc.c.orig 2015-04-19 12:49:49 UTC
+++ src/decoder/dec_lavc.c
-@@ -280,10 +280,12 @@ lavc_decoder_open(decoder_t * dec, char * filename) {
+@@ -280,10 +280,12 @@ lavc_decoder_open(decoder_t * dec, char
return DECODER_OPEN_BADLIB;
pd->avCodecCtx = pd->avFormatCtx->streams[pd->audioStream]->codec;