OSDN Git Service

h264: Fix pointer warnings by removing redundant [0]
authorAlexander Strange <astrange@ithinksw.com>
Sat, 13 Feb 2010 21:08:17 +0000 (21:08 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Sat, 13 Feb 2010 21:08:17 +0000 (21:08 +0000)
commit677dab59cb2bf6b2a3fa1eb941331ad3892ee7f4
treeee2d481e071dfdcc931d0d6b4f23b1ddc46a581a
parentcd12c37729ec4a2433d3835af89e5039611f5950
h264: Fix pointer warnings by removing redundant [0]

Fixes:
h264.h:1222:38: warning: initialization from incompatible pointer type
h264.h:1299:38: warning: initialization from incompatible pointer type
h264.h:1314:42: warning: initialization from incompatible pointer type

Originally committed as revision 21814 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.h