]> git.sesse.net Git - vlc/blobdiff - modules/demux/avformat/demux.c
avformat is demux/mux. Move it to modules/demux/avformat.
[vlc] / modules / demux / avformat / demux.c
similarity index 99%
rename from modules/codec/ffmpeg/demux.c
rename to modules/demux/avformat/demux.c
index 815e31be755df22eff039f7dd4abdf56502702cb..85711d01f5da567bc6298ee318b0e7a93e16df42 100644 (file)
@@ -42,8 +42,8 @@
 #   include <ffmpeg/avformat.h>
 #endif
 
-#include "fourcc.h"
-#include "chroma.h"
+#include "../../codec/ffmpeg/fourcc.h"
+#include "../../codec/ffmpeg/chroma.h"
 
 //#define AVFORMAT_DEBUG 1