diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-28 17:24:26 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-29 02:31:16 +0200 |
commit | a9bbf59be73264ed63b08b67024cd04720dd1f43 (patch) | |
tree | 6f849d011c7a7b801b42dba60358cb5fae185398 /libavformat/mpegtsenc.c | |
parent | fc736a99eae194c85fe344a4db895c1cd3493d45 (diff) | |
download | ffmpeg-a9bbf59be73264ed63b08b67024cd04720dd1f43.tar.gz |
cosmetics: Fix "dont" "wont" "doesnt" typos
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/mpegtsenc.c')
-rw-r--r-- | libavformat/mpegtsenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index d92fcb1d73..e7c522c8b9 100644 --- a/libavformat/mpegtsenc.c +++ b/libavformat/mpegtsenc.c @@ -119,7 +119,7 @@ static const AVOption options[] = { // backward compatibility { "resend_headers", "Reemit PAT/PMT before writing the next packet", offsetof(MpegTSWrite, reemit_pat_pmt), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM}, - { "mpegts_copyts", "dont offset dts/pts", + { "mpegts_copyts", "don't offset dts/pts", offsetof(MpegTSWrite, copyts), AV_OPT_TYPE_INT, {.i64=-1}, -1, 1, AV_OPT_FLAG_ENCODING_PARAM}, { NULL }, }; |