Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2022-02-18 20:25:31 +0300
committerSebastian Parborg <darkdefende@gmail.com>2022-02-18 20:25:31 +0300
commitc2016feadc8fe83565ea1e405e36221d05163e5b (patch)
tree3c2694e6235e82ea2415be2606d2ca3f4e1d7805 /source/blender/imbuf/intern/util.c
parent16ab6111f758ef77bd0e53ce2379ee8281629776 (diff)
parentaf6a1b08e3f0d0070ac9423868d2d3f81057717a (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/imbuf/intern/util.c')
-rw-r--r--source/blender/imbuf/intern/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index cabd6070400..241f1a736f4 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -250,7 +250,7 @@ static int isffmpeg(const char *filepath)
AVFormatContext *pFormatCtx = NULL;
unsigned int i;
int videoStream;
- AVCodec *pCodec;
+ const AVCodec *pCodec;
if (BLI_path_extension_check_n(filepath,
".swf",