summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-06-08 21:21:39 +0100
committerCarl Hetherington <cth@carlh.net>2018-06-08 21:21:39 +0100
commit939d42c25b7b2738dd3cd6c2e8a605489339595e (patch)
treee03b9b2c403258b3c3abeee6088c42284ffd3ac6
parent383c3b6c81e916c59b08a765540784d3f2350276 (diff)
Whitespace.v2.13.28
-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 4205d3d23..b31280cd5 100644
--- a/src/lib/ffmpeg_examiner.cc
+++ b/src/lib/ffmpeg_examiner.cc
@@ -142,7 +142,6 @@ FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c, shared_ptr<Jo
}
}
-
if (_video_stream) {
/* This code taken from get_rotation() in ffmpeg:cmdutils.c */
AVStream* stream = _format_context->streams[*_video_stream];