ffprobe: fix typo in a comment

This commit is contained in:
Stefano Sabatini 2012-11-21 13:17:21 +01:00
parent 6ca9c74cc6
commit 64dc383de5

@ -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