[mythtv-commits] mythtv commit: r16424 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Fri Mar 7 19:10:00 UTC 2008
Author: danielk
Date: 2008-03-07 19:09:59 +0000 (Fri, 07 Mar 2008)
New Revision: 16424
Changeset: http://cvs.mythtv.org/trac/changeset/16424
Modified:
branches/release-0-21-fixes/mythtv/libs/libmythtv/avformatdecoder.cpp
branches/release-0-21-fixes/mythtv/libs/libmythtv/videoout_xv.cpp
branches/release-0-21-fixes/mythtv/libs/libmythtv/videooutbase.cpp
branches/release-0-21-fixes/mythtv/libs/libmythtv/videooutbase.h
Log:
Fixes #4567. Moves video buffer alignment code out of avformatdecoder to videooutbase (closer to where the buffers are actually allocated.)
When the avformatdecoder did the alignment, the videoout methods were forced to show the whole buffer which resulted in dandruff being displayed when the video dimensions were not evenly divisible by the alignment requirement now we only display the portion of the video buffer that ffmpeg tells us has valid video data.
More information about the mythtv-commits
mailing list