diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-04-04 10:56:29 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-04-09 10:34:18 +0200 |
commit | 5b0589c8c37bc77df0e895d31135867e59b8cc90 (patch) | |
tree | a7411720efe803cc34f96dd15b50fc1b98d80d0d /fftools/ffmpeg.h | |
parent | a4c940c86a46e817eea16d8535db383f9e19c25c (diff) | |
download | ffmpeg-5b0589c8c37bc77df0e895d31135867e59b8cc90.tar.gz |
fftools/ffmpeg_mux: drop OutputFile.shortest
It is no longer needed outside of of_open() and its children.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index 26b42a3fcd..1d32009f90 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -620,7 +620,6 @@ typedef struct OutputFile { int64_t recording_time; ///< desired length of the resulting file in microseconds == AV_TIME_BASE units int64_t start_time; ///< start time in microseconds == AV_TIME_BASE units - int shortest; int bitexact; } OutputFile; |