Skip to content

Instantly share code, notes, and snippets.

@jjd-uk
Created November 22, 2023 12:58
Show Gist options
  • Save jjd-uk/694cac0485d993f27154c6516125d602 to your computer and use it in GitHub Desktop.
Save jjd-uk/694cac0485d993f27154c6516125d602 to your computer and use it in GitHub Desktop.
case AV_CODEC_ID_TRUEHD:
{
switch (profile)
{
case FF_PROFILE_TRUEHD_ATMOS:
strInfo = "TrueHD Atmos ";
break;
default:
strInfo = "TrueHD ";
break;
}
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment