Home
last modified time | relevance | path

Searched refs:FF_RTP_FLAG_MP4A_LATM (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpenc.h68 #define FF_RTP_FLAG_MP4A_LATM 1 macro
76 … instead of MPEG4-GENERIC for AAC", 0, AV_OPT_TYPE_CONST, {.i64 = FF_RTP_FLAG_MP4A_LATM}, INT_MIN,…
Drtpenc.c569 if (s->flags & FF_RTP_FLAG_MP4A_LATM) in rtp_write_packet()