Commit 7e010e70 authored by michael's avatar michael

gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3208 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a7aa66d4
......@@ -914,6 +914,9 @@ static void svq1_write_header(SVQ1Context *s, int frame_type)
#define QUALITY_THRESHOLD 100
#define THRESHOLD_MULTIPLIER 0.6
#if defined(HAVE_ALTIVEC)
#undef vector
#endif
static int encode_block(SVQ1Context *s, uint8_t *src, uint8_t *ref, uint8_t *decoded, int stride, int level, int threshold, int lambda, int intra){
int count, y, x, i, j, split, best_mean, best_score, best_count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment