We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a5ab2 commit 8b67b7bCopy full SHA for 8b67b7b
src/AvTranscoder/EssenceStructures/Pixel.cpp
@@ -47,7 +47,7 @@ AVPixelFormat Pixel::findPixel() const
47
m_endianess == ( pix_desc->flags & PIX_FMT_BE ) &&
48
#if LIBAVUTIL_VERSION_MAJOR > 51
49
m_withAlpha == ( pix_desc->flags & PIX_FMT_ALPHA ) &&
50
- // TODO: what need todo if libavutil <= 51 ?
+ // @todo what need todo if libavutil <= 51 ?
51
#endif
52
m_planar == ( ( pix_desc->flags & PIX_FMT_PLANAR ) != 0 ) &&
53
asCorrectColorComponents( pix_desc, m_componentType ) &&
0 commit comments