OSDN Git Service

x86: h264: cast pointers to intptr_t rather than int
authorMans Rullgard <mans@mansr.com>
Mon, 20 Jun 2011 09:24:26 +0000 (10:24 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 20 Jun 2011 21:36:31 +0000 (22:36 +0100)
commitd075e7d5405d716170476a2fea707dfe3330093c
tree0755cef4c45080f9bb84adabb900458f411f58e9
parent3a4edb76d697cfa341ee060647732e5c1400da3a
x86: h264: cast pointers to intptr_t rather than int

Only the low-order bits are used here so the type is not important,
but this avoids a compiler warning.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/x86/h264_i386.h