fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}
This commit is contained in:
@@ -349,7 +349,8 @@ typedef struct InputStream {
|
|||||||
|
|
||||||
AVRational framerate_guessed;
|
AVRational framerate_guessed;
|
||||||
|
|
||||||
AVRational framerate; /* framerate forced with -r */
|
/* framerate forced with -r */
|
||||||
|
AVRational framerate;
|
||||||
#if FFMPEG_OPT_TOP
|
#if FFMPEG_OPT_TOP
|
||||||
int top_field_first;
|
int top_field_first;
|
||||||
#endif
|
#endif
|
||||||
@@ -391,7 +392,8 @@ typedef struct InputFile {
|
|||||||
*/
|
*/
|
||||||
int64_t start_time_effective;
|
int64_t start_time_effective;
|
||||||
int64_t ts_offset;
|
int64_t ts_offset;
|
||||||
int64_t start_time; /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */
|
/* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */
|
||||||
|
int64_t start_time;
|
||||||
int64_t recording_time;
|
int64_t recording_time;
|
||||||
|
|
||||||
/* streams that ffmpeg is aware of;
|
/* streams that ffmpeg is aware of;
|
||||||
|
|||||||
Reference in New Issue
Block a user