summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
-rw-r--r--etc/input.conf4
2 files changed, 2 insertions, 10 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 9d4e8c9e0c..9442ec34ad 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -324,14 +324,6 @@ videocodec fftga
driver ffmpeg
dll targa
-videocodec mtga
- info "TGA image"
- status working
- comment "Only 24bpp and 32bpp RGB TGA files supported"
- fourcc mtga,MTGA
- driver mtga
- out BGR32,BGR24
-
videocodec ffsgi
info "FFmpeg SGI image"
status working
diff --git a/etc/input.conf b/etc/input.conf
index b6102b6867..d310951ad9 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -68,8 +68,6 @@ I show_text "${filename}" # display filename in osd
P show_progress
z add sub-delay -0.1 # subtract 100 ms delay from subs
x add sub-delay +0.1 # add
-g sub_step -1 # immediately display next subtitle
-y sub_step +1 # previous
9 add volume -1
/ add volume -1
0 add volume 1
@@ -173,3 +171,5 @@ JOY_BTN3 add volume -1
#? add sub-scale +0.1 # increase subtitle font size
#? add sub-scale -0.1 # decrease subtitle font size
+#? sub_step -1 # immediately display next subtitle
+#? sub_step +1 # previous