comparison avcodec.h @ 628:f596db4aa871 libavcodec

sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
author michaelni
date Fri, 30 Aug 2002 18:17:20 +0000
parents bb6a69f9d409
children b4ee42142ad1
comparison
equal deleted inserted replaced
627:79c43f519d02 628:f596db4aa871
308 308
309 int aspected_width; 309 int aspected_width;
310 int aspected_height; 310 int aspected_height;
311 311
312 int dct_algo; 312 int dct_algo;
313 #define FF_DCT_AUTO 0 313 #define FF_DCT_AUTO 0
314 #define FF_DCT_FASTINT 1 314 #define FF_DCT_FASTINT 1
315 #define FF_DCT_INT 2 315 #define FF_DCT_INT 2
316 #define FF_DCT_MMX 3 316 #define FF_DCT_MMX 3
317 #define FF_DCT_MLIB 4
317 318
318 //FIXME this should be reordered after kabis API is finished ... 319 //FIXME this should be reordered after kabis API is finished ...
319 //TODO kill kabi 320 //TODO kill kabi
320 /* 321 /*
321 Note: Below are located reserved fields for further usage 322 Note: Below are located reserved fields for further usage