summaryrefslogtreecommitdiffstats
path: root/sub
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 /sub
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 'sub')
-rw-r--r--sub/sd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 3b83197989..0ec4bf273d 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -2,7 +2,7 @@
#define MPLAYER_SD_H
#include "dec_sub.h"
-#include "demux/demux_packet.h"
+#include "demux/packet.h"
struct sd {
struct MPOpts *opts;