summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_framestep.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-01-21 00:45:28 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-25 02:29:31 +0200
commit83f37b54dedcfdb07684010571137697b3955b09 (patch)
tree31fcfbf1d582c64de3e607525e5a8a241d240771 /libmpcodecs/vf_framestep.c
parent23ba934ec8ff9472ea09c0668351d3384a027aae (diff)
downloadmpv-83f37b54dedcfdb07684010571137697b3955b09.tar.bz2
mpv-83f37b54dedcfdb07684010571137697b3955b09.tar.xz
cleanup: remove unused MEncoder-related code
Remove some code and variables that were no longer used after MEncoder removal. Also remove some MEncoder references in comments.
Diffstat (limited to 'libmpcodecs/vf_framestep.c')
-rw-r--r--libmpcodecs/vf_framestep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpcodecs/vf_framestep.c b/libmpcodecs/vf_framestep.c
index f4ded017ae..d6aad9a90a 100644
--- a/libmpcodecs/vf_framestep.c
+++ b/libmpcodecs/vf_framestep.c
@@ -14,9 +14,8 @@
* if you call the filter with the i (lowercase)
* ... -vf framestep=i ...
* then a I! followed by a cr is printed when a key frame (eg Intra frame) is
- * found, leaving the current line of mplayer/mencoder, where you got the
- * time, in seconds, and frame of the key. Use this information to split the
- * AVI.
+ * found, leaving the current line of mplayer, where you got the time, in
+ * seconds, and frame of the key. Use this information to split the AVI.
*
* After the i or alone you can put a positive number and only one frame every
* x (the number you set) is passed on the filter chain, limiting the output