OSDN Git Service

Fix NUT (de)muxer warnings:
authorVitor Sessak <vitor1001@gmail.com>
Sun, 28 Mar 2010 09:59:58 +0000 (09:59 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sun, 28 Mar 2010 09:59:58 +0000 (09:59 +0000)
commitf990f6e3f786924e8350a647882c1f8dc48da547
tree9442a25337a7f2756991b1b335edabb6ff670527
parent4c1202f76eaf27b1eba667039ced7fa9d6cff198
Fix NUT (de)muxer warnings:
CC    libavformat/nutdec.o
libavformat/nutdec.c: In function ‘read_seek’:
libavformat/nutdec.c:862: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
libavformat/nutdec.c:871: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
libavformat/nutdec.c:879: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
CC    libavformat/nutenc.o
libavformat/nutenc.c: In function ‘write_packet’:
libavformat/nutenc.c:680: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’

Originally committed as revision 22707 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nut.c
libavformat/nut.h
libavformat/nutdec.c
libavformat/nutenc.c