Forgot to remove invalid TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-09 13:10:29 +00:00
parent 0f3f344fb4
commit c85e773511
1 changed files with 0 additions and 3 deletions

View File

@ -473,9 +473,6 @@ AVFormatReader::StreamCookie::Init(int32 virtualIndex)
// Calculate the display aspect ratio
AVRational displayAspectRatio;
if (codecContext->sample_aspect_ratio.num != 0) {
// TODO: Maybe it would be more useful to change the meaning
// of pixel_width/height_aspect to mean the pixel width
// scale...
av_reduce(&displayAspectRatio.num, &displayAspectRatio.den,
codecContext->width
* codecContext->sample_aspect_ratio.num,