]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_mpv.h
Add backslash '\' support to the parser
[ffmpeg] / libavformat / rtp_mpv.h
index 41133672adc1ef5a8342948155ebdfe8e74c5d10..36e649a8916e9d49df10c88ea17b771d3c8cac88 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_MPV_H
-#define RTP_MPV_H
+#ifndef FFMPEG_RTP_MPV_H
+#define FFMPEG_RTP_MPV_H
+
+#include "avformat.h"
 
 void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size);
 
-#endif /* RTP_MPV_H */
+#endif /* FFMPEG_RTP_MPV_H */