Fix WebM naming in the interface
Use the official spelling of the WebM codec. Only affects the interface string and not the identifier used in the Python API. Should not even affect translations: the current msgstr's do no translate the original string. Reported by Anton Raves, thanks!
This commit is contained in:
@@ -5945,7 +5945,7 @@ static void rna_def_scene_ffmpeg_settings(BlenderRNA *brna)
|
||||
{AV_CODEC_ID_PNG, "PNG", 0, "PNG", ""},
|
||||
{AV_CODEC_ID_QTRLE, "QTRLE", 0, "QT rle / QT Animation", ""},
|
||||
{AV_CODEC_ID_THEORA, "THEORA", 0, "Theora", ""},
|
||||
{AV_CODEC_ID_VP9, "WEBM", 0, "WEBM / VP9", ""},
|
||||
{AV_CODEC_ID_VP9, "WEBM", 0, "WebM / VP9", ""},
|
||||
{0, NULL, 0, NULL, NULL},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user