diff --git a/stepmania/src/arch/MovieTexture/MovieTexture_AVCodec.cpp b/stepmania/src/arch/MovieTexture/MovieTexture_AVCodec.cpp index e8503fe0a3..01b68f4acd 100644 --- a/stepmania/src/arch/MovieTexture/MovieTexture_AVCodec.cpp +++ b/stepmania/src/arch/MovieTexture/MovieTexture_AVCodec.cpp @@ -215,6 +215,7 @@ void MovieTexture_AVCodec::Create() m_iSourceWidth, m_iSourceHeight, m_iImageWidth, m_iImageHeight, m_iTextureWidth, m_iTextureHeight); LOG->Trace("Bitrate: %i", m_stream->codec.bit_rate ); + LOG->Trace("Codec pixel format: %i", m_stream->codec.pix_fmt ); /* We've set up the movie, so we know the dimensions we need. Set * up the texture. */