Mercurial > mplayer.hg
view stream/cache2.h @ 21698:009635b12924
Pass quant tables to next filters
Fix problem when softskip is before pp. It disabled the pp filter (with no warning), since pp needs the quant tables.
pach by Trent Piepho % xyzzy A speakeasy P org %
Original thread:
date Dec 5, 2006 11:40 AM
subject [MPlayer-dev-eng] softskip doesn't copy quant tables
author | gpoirier |
---|---|
date | Thu, 21 Dec 2006 14:59:39 +0000 |
parents | 5385740067a1 |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef _cache2_h #define _cache2_h extern void cache_uninit(stream_t *s); #endif