diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-18 13:13:41 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-02-06 20:47:09 +0100 |
commit | f491f033f5161139ce680aba53c8890005cf751e (patch) | |
tree | 418487e89560553b362028434a6627dfebc22de3 /ffmpeg.c | |
parent | b7d45d0b0fdbd10b45f57ebfae6de7402ca7c2b8 (diff) | |
download | ffmpeg-f491f033f5161139ce680aba53c8890005cf751e.tar.gz |
ffmpeg: document the unit for the -fs option parameter
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ typedef struct OutputFile { int ost_index; /* index of the first stream in output_streams */ int64_t recording_time; /* desired length of the resulting file in microseconds */ int64_t start_time; /* start time in microseconds */ - uint64_t limit_filesize; + uint64_t limit_filesize; /* filesize limit expressed in bytes */ } OutputFile; static InputStream *input_streams = NULL; |