Commit 64dc383d authored by Stefano Sabatini's avatar Stefano Sabatini

ffprobe: fix typo in a comment

parent 6ca9c74c
...@@ -74,7 +74,7 @@ static char *stream_specifier; ...@@ -74,7 +74,7 @@ static char *stream_specifier;
/* section structure definition */ /* section structure definition */
struct section { struct section {
int id; ///< unique id indentifying a section int id; ///< unique id identifying a section
const char *name; const char *name;
#define SECTION_FLAG_IS_WRAPPER 1 ///< the section only contains other sections, but has no data at its own level #define SECTION_FLAG_IS_WRAPPER 1 ///< the section only contains other sections, but has no data at its own level
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment