]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp.h
Clarify convergence_duration.
[ffmpeg] / libavformat / rtp.h
index 1603471c7c6fc1ef0c93bbec13286db15d2e572d..0eb95653cbacdbd3a4af33abd1173ad30202996d 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 FFMPEG_RTP_H
-#define FFMPEG_RTP_H
+#ifndef AVFORMAT_RTP_H
+#define AVFORMAT_RTP_H
 
-#include <stdint.h>
 #include "libavcodec/avcodec.h"
 #include "avformat.h"
 
@@ -111,4 +110,4 @@ typedef enum {
 } rtcp_sdes_type_t;
 #endif
 
-#endif /* FFMPEG_RTP_H */
+#endif /* AVFORMAT_RTP_H */