Skip to content

Commit 8b67b7b

Browse files
author
Clement Champetier
committed
Pixel: refactoring - update comments
1 parent e9a5ab2 commit 8b67b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/EssenceStructures/Pixel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ AVPixelFormat Pixel::findPixel() const
4747
m_endianess == ( pix_desc->flags & PIX_FMT_BE ) &&
4848
#if LIBAVUTIL_VERSION_MAJOR > 51
4949
m_withAlpha == ( pix_desc->flags & PIX_FMT_ALPHA ) &&
50-
// TODO: what need todo if libavutil <= 51 ?
50+
// @todo what need todo if libavutil <= 51 ?
5151
#endif
5252
m_planar == ( ( pix_desc->flags & PIX_FMT_PLANAR ) != 0 ) &&
5353
asCorrectColorComponents( pix_desc, m_componentType ) &&

0 commit comments

Comments
 (0)