diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-21 13:17:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-21 20:17:57 +0100 |
commit | 64dc383de566710cda5954588e9e2f4638fd5ebc (patch) | |
tree | 4fc4ebf418d43adf5fc81eec22c595caea4bc31c /ffprobe.c | |
parent | 6ca9c74cc64f5b3f7da4b6936c6ae14031892d20 (diff) | |
download | ffmpeg-64dc383de566710cda5954588e9e2f4638fd5ebc.tar.gz |
ffprobe: fix typo in a comment
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |