Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dashdec.c')
-rw-r--r--libavformat/dashdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index 211d77fd02..0b5ff5aeb9 100644
--- a/libavformat/dashdec.c
+++ b/libavformat/dashdec.c
@@ -21,13 +21,13 @@
*/
#include <libxml/parser.h>
#include "libavutil/bprint.h"
-#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "libavutil/parseutils.h"
#include "internal.h"
#include "avio_internal.h"
#include "dash.h"
+#include "demux.h"
#define INITIAL_BUFFER_SIZE 32768