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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-03 10:31:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-03 10:39:37 +0300
commit9ab7482657aa6a5b968c894be37a2d16aa301293 (patch)
tree7a4017bd70effcf0c872568c42a0f5d9d56bbdc0 /source/blender/imbuf/intern/IMB_anim.h
parent31776d8a6703772a2d8f3e1852601e60545b939c (diff)
Imbuf: remove libredcode
D1751, remove this library since its quite a specific - only supports an older version of this codec. Also ffmpeg has added support for recent versions of the codec.
Diffstat (limited to 'source/blender/imbuf/intern/IMB_anim.h')
-rw-r--r--source/blender/imbuf/intern/IMB_anim.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h
index 690ec813407..537cde9ac5c 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -78,10 +78,6 @@
# include <libswscale/swscale.h>
#endif
-#ifdef WITH_REDCODE
-# include "libredcode/format.h"
-#endif
-
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
@@ -111,7 +107,6 @@
#define ANIM_AVI (1 << 6)
#define ANIM_QTIME (1 << 7)
#define ANIM_FFMPEG (1 << 8)
-#define ANIM_REDCODE (1 << 9)
#define MAXNUMSTREAMS 50
@@ -177,10 +172,6 @@ struct anim {
AVPacket next_packet;
#endif
-#ifdef WITH_REDCODE
- struct redcode_handle *redcodeCtx;
-#endif
-
char index_dir[768];
int proxies_tried;