X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_content.cc;h=4ae5546c2c2daa38a76a07c770eba837f572047a;hp=5524efc65fc45cc6e24b5aa5e920da5f4d3739ea;hb=3753cb8685e1755b067676345a5871db24149d0f;hpb=f0738a22fc7555c306d49bcd1c356ce210e2c0e2 diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 5524efc65..4ae5546c2 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ FFmpegContent::FFmpegContent (shared_ptr f, boost::filesystem::path FFmpegContent::FFmpegContent (shared_ptr f, shared_ptr node, int version) : Content (f, node) - , VideoContent (f, node) + , VideoContent (f, node, version) , AudioContent (f, node) , SubtitleContent (f, node, version) {