ports/multimedia/dvbcut/files/patch-imageprovider.h
Stefan Eßer 225726f71f Add dvbcut, a Qt based program for cutting of MPEG TS stream files
(e.g. DVB) and the conversion from MPEG transport stream to program
stream.
2005-12-29 00:18:05 +00:00

11 lines
466 B
C++

--- src/imageprovider.h~ Wed Dec 28 20:37:37 2005
+++ src/imageprovider.h Wed Dec 28 20:59:23 2005
@@ -47,7 +47,7 @@
virtual void decodepicture(int picture, bool decodeallgop=false);
public:
- imageprovider(mpgfile &mpg, busyindicator *bi=0, bool unscaled=false, int factor=1, int cachesize=50);
+ imageprovider(mpgfile &mpg, busyindicator *bi=0, bool unscaled=false, int factor=1, int cachesize=8);
virtual ~imageprovider();
int rtti() const
{