mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}
This commit is contained in:
parent
f4b76a1d6a
commit
093be1fb06
@ -349,7 +349,8 @@ typedef struct InputStream {
|
||||
|
||||
AVRational framerate_guessed;
|
||||
|
||||
AVRational framerate; /* framerate forced with -r */
|
||||
/* framerate forced with -r */
|
||||
AVRational framerate;
|
||||
#if FFMPEG_OPT_TOP
|
||||
int top_field_first;
|
||||
#endif
|
||||
@ -391,7 +392,8 @@ typedef struct InputFile {
|
||||
*/
|
||||
int64_t start_time_effective;
|
||||
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;
|
||||
|
||||
/* streams that ffmpeg is aware of;
|
||||
|
Loading…
Reference in New Issue
Block a user