fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}

This commit is contained in:
Anton Khirnov
2024-01-24 09:15:37 +01:00
parent f4b76a1d6a
commit 093be1fb06

View File

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