Whitespace. v2.13.28
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Jun 2018 20:21:39 +0000 (21:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Jun 2018 20:21:39 +0000 (21:21 +0100)
src/lib/ffmpeg_examiner.cc

index 4205d3d23532c676aaea5873af3c60790fee98cf..b31280cd5b3cac7b093456e2c9cb2c946a71635a 100644 (file)
@@ -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];