You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
ffprobe: fix typo in a comment
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user