Go to the documentation of this file.
21 #ifndef AVFORMAT_RTPENC_H
22 #define AVFORMAT_RTPENC_H
66 #define FF_RTP_FLAG_MP4A_LATM 1
68 #define FF_RTP_FLAG_OPTS(ctx, fieldname) \
69 { "rtpflags", "RTP muxer flags", offsetof(ctx, fieldname), AV_OPT_TYPE_FLAGS, {.dbl = 0}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "rtpflags" }, \
70 { "latm", "Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC", 0, AV_OPT_TYPE_CONST, {.dbl = FF_RTP_FLAG_MP4A_LATM}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "rtpflags" } \