gcc 2.95 fix, courtesy of Luca Abeni
Originally committed as revision 4641 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dce76c20cf
commit
670924fd9e
@ -336,7 +336,7 @@ static inline int GET_TOK(TM2Context *ctx,int type) {
|
|||||||
/* blocks decoding routines */
|
/* blocks decoding routines */
|
||||||
|
|
||||||
/* common Y, U, V pointers initialisation */
|
/* common Y, U, V pointers initialisation */
|
||||||
#define TM2_INIT_POINTERS(); \
|
#define TM2_INIT_POINTERS() \
|
||||||
int *last, *clast; \
|
int *last, *clast; \
|
||||||
int *Y, *U, *V;\
|
int *Y, *U, *V;\
|
||||||
int Ystride, Ustride, Vstride;\
|
int Ystride, Ustride, Vstride;\
|
||||||
@ -350,7 +350,7 @@ static inline int GET_TOK(TM2Context *ctx,int type) {
|
|||||||
last = ctx->last + bx * 4;\
|
last = ctx->last + bx * 4;\
|
||||||
clast = ctx->clast + bx * 4;
|
clast = ctx->clast + bx * 4;
|
||||||
|
|
||||||
#define TM2_INIT_POINTERS_2(); \
|
#define TM2_INIT_POINTERS_2() \
|
||||||
int *Yo, *Uo, *Vo;\
|
int *Yo, *Uo, *Vo;\
|
||||||
int oYstride, oUstride, oVstride;\
|
int oYstride, oUstride, oVstride;\
|
||||||
\
|
\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user