[FFmpeg-devel] [PATCH] Fix implicit declarations of mpegts functions in libavformat/rtpdec.c
Luca Abeni
lucabe72
Wed Jan 20 16:39:35 CET 2010
Alexis Ballier wrote:
> This patch fixes those warnings:
> libavformat/rtpdec.c: In function ?rtp_parse_open?:
> libavformat/rtpdec.c:291: warning: implicit declaration of function
> ?mpegts_parse_open?
> libavformat/rtpdec.c:291: warning: assignment makes pointer from
> integer without a cast
> libavformat/rtpdec.c: In function ?rtp_parse_packet?:
> libavformat/rtpdec.c:423: warning: implicit declaration of function
> ?mpegts_parse_packet?
> libavformat/rtpdec.c: In function ?rtp_parse_close?:
> libavformat/rtpdec.c:559: warning: implicit declaration of function
> ?mpegts_parse_close?
[...]
> This reverts parts of revs. 21205 and 21206 (and adds a comment why
> the definitions are here).
Looks ok, but needs the ACK of the mpegts maintainer (as it partly
reverts a recent commit).
Luca
More information about the ffmpeg-devel
mailing list