summaryrefslogtreecommitdiffstats
path: root/mpvcore/av_common.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-18 18:46:44 +0100
committerwm4 <wm4@nowhere>2013-11-18 18:46:44 +0100
commit82068ec56cb45eca1f5b02d5e943ade27c919867 (patch)
treecf10be0580cfb249b126c232a3c4639cce38b3d6 /mpvcore/av_common.c
parentd5bc4ee79864404423ddf2786d8e8089fc46eeca (diff)
downloadmpv-82068ec56cb45eca1f5b02d5e943ade27c919867.tar.bz2
mpv-82068ec56cb45eca1f5b02d5e943ade27c919867.tar.xz
demux: rename demux_packet.h to packet.h
This always bothered me.
Diffstat (limited to 'mpvcore/av_common.c')
-rw-r--r--mpvcore/av_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/av_common.c b/mpvcore/av_common.c
index ebf871c544..11d1090146 100644
--- a/mpvcore/av_common.c
+++ b/mpvcore/av_common.c
@@ -21,7 +21,7 @@
#include <libavcodec/avcodec.h>
#include "mpvcore/mp_talloc.h"
-#include "demux/demux_packet.h"
+#include "demux/packet.h"
#include "av_common.h"
#include "codecs.h"