]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_aac.h
Trivial, Cosmetics
[ffmpeg] / libavformat / rtp_aac.h
index caa65907cc234bee9c9aa4c844d9f73da05e9b7e..df83d42427c708bc8495f55d36e9677c1c3ddfa8 100644 (file)
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#ifndef RTP_AAC_H
-#define RTP_AAC_H
+#ifndef AVFORMAT_RTP_AAC_H
+#define AVFORMAT_RTP_AAC_H
+
+#include "avformat.h"
 
 void ff_rtp_send_aac(AVFormatContext *s1, const uint8_t *buff, int size);
 
-#endif /* RTP_AAC_H */
+#endif /* AVFORMAT_RTP_AAC_H */