Browse Source

ffprobe: fix typo in a comment

tags/n1.1
Stefano Sabatini 12 years ago
parent
commit
64dc383de5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffprobe.c

+ 1
- 1
ffprobe.c View File

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


Loading…
Cancel
Save