]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc_amr.c
avresample: Add av_cold attributes to init functions missing them
[ffmpeg] / libavformat / rtpenc_amr.c
index 4da7ace32ae53876b24ab064a332b3e1004efdef..73da8c82512ba659ecb3c76d9a608c54751936c2 100644 (file)
@@ -63,4 +63,3 @@ void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size)
     memcpy(s->buf_ptr, buff, size);
     s->buf_ptr += size;
 }
-