diff options
author | wm4 <wm4@nowhere> | 2013-06-27 18:20:59 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-28 15:40:28 +0200 |
commit | ac79eb733741d8d22bbd550be39fe63c28a575f9 (patch) | |
tree | a4eedb7a040fe5a47487a2ab7b1561dfb4dcf15d /sub | |
parent | 1327eeb375064573d5b9b3657958614ab297c2b1 (diff) | |
download | mpv-ac79eb733741d8d22bbd550be39fe63c28a575f9.tar.bz2 mpv-ac79eb733741d8d22bbd550be39fe63c28a575f9.tar.xz |
core: rename mplayer.h and quvi.c
mplayer.h used to be used for much more stuff, but all what is left are
quvi related definitions. Rename quvi.c as well to make its purpose
clearer.
Diffstat (limited to 'sub')
-rw-r--r-- | sub/sub.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ #include "talloc.h" #include "core/options.h" -#include "core/mplayer.h" #include "core/mp_msg.h" #include "sub.h" #include "dec_sub.h" |