diracparse: fix main profile mapping

This commit is contained in:
Tim-Philipp Müller 2012-09-03 13:58:16 +01:00
parent 3d3332f84c
commit 9e53df7667

View file

@ -215,7 +215,7 @@ get_profile_name (int profile)
return "vc2-simple";
case 2:
return "vc2-main";
case 3:
case 8:
return "main";
default:
break;