summaryrefslogtreecommitdiff
path: root/libavfilter/vf_showinfo.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-12 20:49:20 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-12 21:01:12 +0200
commit9765caec1b9991e676d1b91db0c04a6242b65d7a (patch)
treedcd5a8d04e7c5a61aa12b455424fb4d0d9b2d076 /libavfilter/vf_showinfo.c
parentf0c64d0d0b16162a46d7b88d09ac0801a94e59a7 (diff)
parent826c56d16e55f3819a75d01f957dd295aa1e9f3a (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: adpcm: split ADPCM encoders and decoders into separate files. doc/avconv: fix typo. rv34: check that subsequent slices have the same type as first one. smacker demuxer: handle possible av_realloc() failure. lavfi: add split filter from soc. lavfi: add showinfo filter libxavs: add private options corresponding to deprecated global options Conflicts: Changelog libavcodec/adpcm.c libavfilter/avfilter.h libavfilter/vf_showinfo.c libavfilter/vf_split.c libavformat/smacker.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_showinfo.c')
-rw-r--r--libavfilter/vf_showinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c
index 82aa3b9901..9ce50f44ba 100644
--- a/libavfilter/vf_showinfo.c
+++ b/libavfilter/vf_showinfo.c
@@ -19,7 +19,7 @@
/**
* @file
- * filter fow showing textual video frame information
+ * filter for showing textual video frame information
*/
#include "libavutil/adler32.h"