UI: Correct "QuickTime" Spelling
Change the spelling of the QuickTime output video container item from "Quicktime" to "QuickTime" Differential Revision: https://developer.blender.org/D10929 Reviewed by Harley Acheson
This commit is contained in:
@@ -5583,7 +5583,7 @@ static void rna_def_scene_ffmpeg_settings(BlenderRNA *brna)
|
||||
{FFMPEG_MPEG2, "MPEG2", 0, "MPEG-2", ""},
|
||||
{FFMPEG_MPEG4, "MPEG4", 0, "MPEG-4", ""},
|
||||
{FFMPEG_AVI, "AVI", 0, "AVI", ""},
|
||||
{FFMPEG_MOV, "QUICKTIME", 0, "Quicktime", ""},
|
||||
{FFMPEG_MOV, "QUICKTIME", 0, "QuickTime", ""},
|
||||
{FFMPEG_DV, "DV", 0, "DV", ""},
|
||||
{FFMPEG_OGG, "OGG", 0, "Ogg", ""},
|
||||
{FFMPEG_MKV, "MKV", 0, "Matroska", ""},
|
||||
|
Reference in New Issue
Block a user