summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-07 19:07:35 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-07 19:07:35 +0000
commit978be856218cc15f059b7e267811e7302c37b24d (patch)
tree41b97f950dbc5c30953abe4e98ca5053bdff73bc /src/lib/ffmpeg_examiner.cc
parentae0e45e03ab168de0d291cfa1520beedd6a0a899 (diff)
Remove template from TimedAudioBuffers; a couple of small fixes.
Diffstat (limited to 'src/lib/ffmpeg_examiner.cc')
-rw-r--r--src/lib/ffmpeg_examiner.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc
index 093df0989..6daba4b40 100644
--- a/src/lib/ffmpeg_examiner.cc
+++ b/src/lib/ffmpeg_examiner.cc
@@ -121,7 +121,6 @@ FFmpegExaminer::video_frame_rate () const
AVStream* s = _format_context->streams[_video_stream];
if (s->avg_frame_rate.num && s->avg_frame_rate.den) {
- cout << "here we bitchen well are " << av_q2d (s->avg_frame_rate) << "\n";
return av_q2d (s->avg_frame_rate);
}