Skip to content
Snippets Groups Projects
Commit 82fbe8ff authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fixed typo

parent 83d6f0cd
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ my %mediainfo2dnx = ( ...@@ -100,7 +100,7 @@ my %mediainfo2dnx = (
"mediainfo.track.Video.BitDepth" => "video.bit_depth", "mediainfo.track.Video.BitDepth" => "video.bit_depth",
"mediainfo.track.Video.BitRate_Mode" => "video.bit_rate_mode", "mediainfo.track.Video.BitRate_Mode" => "video.bit_rate_mode",
"mediainfo.track.Video.BitRate" => "video.bit_rate", "mediainfo.track.Video.BitRate" => "video.bit_rate",
"mediainfo.track.video.BitsPixel_Frame" => "video.bits__Pixel_Frame_", "mediainfo.track.Video.BitsPixel_Frame" => "video.bits__Pixel_Frame_",
"mediainfo.track.Video.ChromaSubsampling" => "video.chroma_subsampling", "mediainfo.track.Video.ChromaSubsampling" => "video.chroma_subsampling",
"mediainfo.track.Video.CodecID" => "video.codec_ID", "mediainfo.track.Video.CodecID" => "video.codec_ID",
"mediainfo.track.Video.ColorSpace" => "video.color_space", "mediainfo.track.Video.ColorSpace" => "video.color_space",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment