[FFmpeg-cvslog] ffprobe: fix typo in a comment

Stefano Sabatini git at videolan.org
Wed Nov 21 20:22:57 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Nov 21 13:17:21 2012 +0100| [64dc383de566710cda5954588e9e2f4638fd5ebc] | committer: Stefano Sabatini

ffprobe: fix typo in a comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64dc383de566710cda5954588e9e2f4638fd5ebc
---

 ffprobe.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffprobe.c b/ffprobe.c
index 4c6e9f2..760a0ba 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -74,7 +74,7 @@ static char *stream_specifier;
 /* section structure definition */
 
 struct section {
-    int id;             ///< unique id indentifying a section
+    int id;             ///< unique id identifying a section
     const char *name;
 
 #define SECTION_FLAG_IS_WRAPPER      1 ///< the section only contains other sections, but has no data at its own level



More information about the ffmpeg-cvslog mailing list