summarylogtreecommitdiffstats
path: root/loudgain-0.6.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'loudgain-0.6.8.patch')
-rw-r--r--loudgain-0.6.8.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/loudgain-0.6.8.patch b/loudgain-0.6.8.patch
new file mode 100644
index 000000000000..e21f0f9df851
--- /dev/null
+++ b/loudgain-0.6.8.patch
@@ -0,0 +1,13 @@
+diff --git a/src/scan.c~ b/src/scan.c
+index 671353d..b46c4d3 100644
+--- a/src/scan.c~
++++ b/src/scan.c
+@@ -116,7 +116,7 @@ int scan_file(const char *file, unsigned index) {
+
+ AVFormatContext *container = NULL;
+
+- AVCodec *codec;
++ const AVCodec *codec;
+ AVCodecContext *ctx;
+
+ AVFrame *frame;