Browse Source

ffv1: attempt to workaround intel CC fate issue.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
fa1b2c8e18
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavcodec/ffv1.c

+ 5
- 0
libavcodec/ffv1.c View File

@@ -36,6 +36,11 @@
#include "libavutil/pixdesc.h"
#include "libavutil/avassert.h"

#ifdef __INTEL_COMPILER
#undef av_flatten
#define av_flatten
#endif

#define MAX_PLANES 4
#define CONTEXT_SIZE 32



Loading…
Cancel
Save