Audacity 3.2.0
Functions
anonymous_namespace{AVCodecContextWrapper.cpp} Namespace Reference

Functions

unsigned int MakeTag (char a, char b, char c, char d) noexcept
 

Function Documentation

◆ MakeTag()

unsigned int anonymous_namespace{AVCodecContextWrapper.cpp}::MakeTag ( char  a,
char  b,
char  c,
char  d 
)
noexcept

Definition at line 191 of file AVCodecContextWrapper.cpp.

192{
193 return
194 (static_cast<unsigned>(a) << 0) | (static_cast<unsigned>(b) << 8) |
195 (static_cast<unsigned>(c) << 16) | (static_cast<unsigned>(d) << 24);
196}

Referenced by AVCodecContextWrapper::SetCodecTagFourCC().

Here is the caller graph for this function: