[FFmpeg-cvslog] avformat/mxfenc: fix typo

Paul B Mahol git at videolan.org
Mon Dec 17 22:08:20 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Dec 17 21:06:36 2018 +0100| [7b2a9aaa0b784244f6112dbb4b756ca6c4b374d1] | committer: Paul B Mahol

avformat/mxfenc: fix typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b2a9aaa0b784244f6112dbb4b756ca6c4b374d1
---

 libavformat/mxfenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 4f9f353ffc..5e7bd212dc 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -3040,7 +3040,7 @@ static int mxf_interleave(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int
 }
 
 #define MXF_COMMON_OPTIONS \
-    { "signal_standard", "Force/set Sigal Standard",\
+    { "signal_standard", "Force/set Signal Standard",\
       offsetof(MXFContext, signal_standard), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 7, AV_OPT_FLAG_ENCODING_PARAM, "signal_standard"},\
     { "bt601", "ITU-R BT.601 and BT.656, also SMPTE 125M (525 and 625 line interlaced)",\
       0, AV_OPT_TYPE_CONST, {.i64 = 1}, -1, 7, AV_OPT_FLAG_ENCODING_PARAM, "signal_standard"},\



More information about the ffmpeg-cvslog mailing list