Try to improve font rendering on Windows by using freetype for pango/cairo.
[dcpomatic.git] / 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];