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/mp3dec.c')
-rw-r--r--libavformat/mp3dec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index f617348b2e..458d6dbd03 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -20,14 +20,13 @@
*/
#include "libavutil/opt.h"
-#include "libavutil/avstring.h"
#include "libavutil/intreadwrite.h"
-#include "libavutil/crc.h"
#include "libavutil/dict.h"
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
+#include "demux.h"
#include "id3v2.h"
#include "id3v1.h"
#include "replaygain.h"