From c85e773511139070282fd62595c6ea3e0185dcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 9 Jul 2009 13:10:29 +0000 Subject: [PATCH] Forgot to remove invalid TODO. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31480 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp b/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp index b49415d5cb..57bfdacd80 100644 --- a/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp +++ b/src/add-ons/media/plugins/ffmpeg/AVFormatReader.cpp @@ -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,