mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/mxfenc: fix typo
This commit is contained in:
parent
d54276f9de
commit
7b2a9aaa0b
@ -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"},\
|
||||
|
Loading…
Reference in New Issue
Block a user