OSDN Git Service

Fix warnings in NUT demuxer:
authorVitor Sessak <vitor1001@gmail.com>
Wed, 24 Mar 2010 22:44:06 +0000 (22:44 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Wed, 24 Mar 2010 22:44:06 +0000 (22:44 +0000)
commit3bfb30b9e31dbc741501e7511b02cab1963e83c7
treea381936b74a4243cc21b377397770a6b97931420
parent7ed8211b3ea2163cfdce3ee0b085ed27e202b08c
Fix warnings in NUT demuxer:

libavformat/nutdec.c: In function ‘read_seek’:
libavformat/nutdec.c:862: warning: passing argument 4 of ‘av_tree_find’ from incompatible pointer type
./libavutil/tree.h:44: note: expected ‘void **’ but argument is of type ‘struct Syncpoint **’
libavformat/nutdec.c:871: warning: passing argument 4 of ‘av_tree_find’ from incompatible pointer type
./libavutil/tree.h:44: note: expected ‘void **’ but argument is of type ‘struct Syncpoint **’

Originally committed as revision 22662 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nutdec.c