summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_latm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtpdec_latm.c')
-rw-r--r--libavformat/rtpdec_latm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_latm.c b/libavformat/rtpdec_latm.c
index 8ed42a7a1e..255398df02 100644
--- a/libavformat/rtpdec_latm.c
+++ b/libavformat/rtpdec_latm.c
@@ -26,7 +26,7 @@
#include <strings.h>
struct PayloadContext {
- ByteIOContext *dyn_buf;
+ AVIOContext *dyn_buf;
uint8_t *buf;
int pos, len;
uint32_t timestamp;