Browse Source

align comments

Originally committed as revision 13253 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
c2fb6be4a6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View File

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


Loading…
Cancel
Save