Added TODO note about RGB -> RGBA

This commit is contained in:
Robert Osfield
2013-02-06 14:49:48 +00:00
parent 29eb65c77d
commit c89d1968fd

View File

@@ -8,6 +8,9 @@
namespace osgFFmpeg {
// TODO - add support for using RGB or RGBA pixel format.
// Note from Jason Daly in a osg-submissions thread, "The pix_fmt field of AVCodecContext will indicate the pixel format of the decoded video"
FFmpegDecoderVideo::FFmpegDecoderVideo(PacketQueue & packets, FFmpegClocks & clocks) :
m_packets(packets),