From c89d1968fdcb06b137c7ded53beb993d8f969094 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 6 Feb 2013 14:49:48 +0000 Subject: [PATCH] Added TODO note about RGB -> RGBA --- src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp b/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp index 6dadbcdc8..092a393a6 100644 --- a/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp +++ b/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.cpp @@ -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),