MT#61856 media_socket: use INLINE shortening

Instead of `static inline`.

Change-Id: I24c5562642c7ddbf9584e35459e809e0a738bcc8
pull/1126/merge
Donat Zenichev 1 week ago
parent 50daf6f0ec
commit dc2fdfbcf4

@ -354,10 +354,10 @@ struct rtp_extension {
};
static inline void rtp_extension_free(struct rtp_extension *r) {
INLINE void rtp_extension_free(struct rtp_extension *r) {
g_free(r);
}
static inline void rtp_ext_data_free(struct rtp_extension_data *r) {
INLINE void rtp_ext_data_free(struct rtp_extension_data *r) {
g_free(r);
}

Loading…
Cancel
Save