You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
align comments
Originally committed as revision 13253 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -392,8 +392,8 @@ typedef struct AVProgram {
|
||||
typedef struct AVChapter {
|
||||
int id; ///< Unique id to identify the chapter
|
||||
AVRational time_base; ///< Timebase in which the start/end timestamps are specified
|
||||
int64_t start, end; /**< chapter start/end time in AV_TIME_BASE units */
|
||||
char *title; /**< chapter title */
|
||||
int64_t start, end; ///< chapter start/end time in AV_TIME_BASE units
|
||||
char *title; ///< chapter title
|
||||
} AVChapter;
|
||||
|
||||
#define MAX_STREAMS 20
|
||||
|
Reference in New Issue
Block a user