summaryrefslogtreecommitdiff
path: root/libavformat/rtp_aac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtp_aac.c')
-rw-r--r--libavformat/rtp_aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp_aac.c b/libavformat/rtp_aac.c
index 4cd8e129d2..e54ff3fca0 100644
--- a/libavformat/rtp_aac.c
+++ b/libavformat/rtp_aac.c
@@ -20,7 +20,7 @@
#include "avformat.h"
#include "rtp_aac.h"
-#include "rtp_internal.h"
+#include "rtp.h"
#define MAX_FRAMES_PER_PACKET (s->max_frames_per_packet ? s->max_frames_per_packet : 5)
#define MAX_AU_HEADERS_SIZE (2 + 2 * MAX_FRAMES_PER_PACKET)