X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtmppkt.h;h=8acbfc116ba71141ed62aabe65315646844a51aa;hb=db5effe1a4209e8ace97857e5de0d66a73fe7477;hp=431095d399b040f3eb1b88ccd3a97683456cfad7;hpb=2fd41c9067fc67b40f80e9cbd4787018009040db;p=ffmpeg diff --git a/libavformat/rtmppkt.h b/libavformat/rtmppkt.h index 431095d399b..8acbfc116ba 100644 --- a/libavformat/rtmppkt.h +++ b/libavformat/rtmppkt.h @@ -23,6 +23,7 @@ #define AVFORMAT_RTMPPKT_H #include "avformat.h" +#include "url.h" /** maximum possible number of different RTMP channels */ #define RTMP_CHANNELS 65599 @@ -137,7 +138,7 @@ int ff_rtmp_packet_write(URLContext *h, RTMPPacket *p, void ff_rtmp_packet_dump(void *ctx, RTMPPacket *p); /** - * @defgroup amffuncs functions used to work with AMF format (which is also used in .flv) + * @name Functions used to work with the AMF format (which is also used in .flv) * @see amf_* funcs in libavformat/flvdec.c * @{ */