From 37b1945ffd8c9b3084d08dbdc274c8841d9162eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Jul 2015 10:36:33 +0100 Subject: Remove out-of-date comment. --- src/lib/ffmpeg.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/ffmpeg.cc') diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc index 63fe9c9d8..4eee08992 100644 --- a/src/lib/ffmpeg.cc +++ b/src/lib/ffmpeg.cc @@ -138,9 +138,6 @@ FFmpeg::setup_general () for (uint32_t i = 0; i < _format_context->nb_streams; ++i) { AVStream* s = _format_context->streams[i]; - /* Files from iTunes sometimes have two video streams, one with the avg_frame_rate.num and .den set - to zero. Ignore these streams. - */ if (s->codec->codec_type == AVMEDIA_TYPE_VIDEO) { if (s->avg_frame_rate.num > 0 && s->avg_frame_rate.den > 0) { /* This is definitely our video stream */ -- cgit v1.2.3