[FFmpeg-cvslog] avformat/mpegtsenc: fix minor typo in omit_video_pes_length description
Aman Gupta
git at videolan.org
Sun May 11 03:26:47 CEST 2014
ffmpeg | branch: master | Aman Gupta <ffmpeg at tmm1.net> | Sat May 10 16:38:31 2014 -0700| [72fed6d12299bc0f860b7ffdb4b844131de31a06] | committer: Michael Niedermayer
avformat/mpegtsenc: fix minor typo in omit_video_pes_length description
Signed-off-by: Aman Gupta <ffmpeg at tmm1.net>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72fed6d12299bc0f860b7ffdb4b844131de31a06
---
libavformat/mpegtsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 78a9786..4847761 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -126,7 +126,7 @@ static const AVOption options[] = {
offsetof(MpegTSWrite, copyts), AV_OPT_TYPE_INT, {.i64=-1}, -1, 1, AV_OPT_FLAG_ENCODING_PARAM},
{ "tables_version", "set PAT, PMT and SDT version",
offsetof(MpegTSWrite, tables_version), AV_OPT_TYPE_INT, {.i64=0}, 0, 31, AV_OPT_FLAG_ENCODING_PARAM},
- { "omit_video_pes_length", "Ommit the PES packet length for video packets",
+ { "omit_video_pes_length", "Omit the PES packet length for video packets",
offsetof(MpegTSWrite, omit_video_pes_length), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, AV_OPT_FLAG_ENCODING_PARAM},
{ NULL },
};
More information about the ffmpeg-cvslog
mailing list