blob: d0b5e6bed60a96303cc216f56fd3b362e54a248a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* 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);
|