/* * Simple program to grab images from VDR Recording * * Copyright (c) 2015 Andreas Brachold * * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * */ extern bool decode(const char* szMPVfile, const char* szTmpMask, int width, int height);