summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-27 15:34:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-27 15:42:55 +0200
commitfcd08262fdbd5ee4cc0d25d32e331d3f049ad8c2 (patch)
tree139056d0ee0454662a437b89cab42872f9f46c0b /tools
parent2fd5e70869ccbcdbaa5183d4d763dc6c739b3494 (diff)
tests and tools: cleanup ffmpeg reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools')
-rw-r--r--tools/ismindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ismindex.c b/tools/ismindex.c
index 5980869c24..a30feb1fcb 100644
--- a/tools/ismindex.c
+++ b/tools/ismindex.c
@@ -20,7 +20,7 @@
/*
* To create a simple file for smooth streaming:
- * avconv <normal input/transcoding options> -movflags frag_keyframe foo.ismv
+ * ffmpeg <normal input/transcoding options> -movflags frag_keyframe foo.ismv
* ismindex -n foo foo.ismv
* This step creates foo.ism and foo.ismc that is required by IIS for
* serving it.