view sub_cc.h @ 8138:ca825957ed02

This patch adds direct rendering to vo_dfbmga. With only CRTC2 output all buffer setups are possible. If BES is used only EXPORT and TEMP work. At least that's how I think it works :) IP/IPB stuff was pretty much stolen from vo_xv.c. patch by Ville Syrj¸«£l¸«£ <syrjala@sci.fi>
author arpi
date Sun, 10 Nov 2002 13:58:46 +0000
parents a3b2f80f3a26
children f580a7755ac5
line wrap: on
line source

#ifndef SUB_CC_H
#define SUB_CC_H

extern int subcc_enabled;

void subcc_init();
void subcc_process_data(unsigned char *inputdata,unsigned int len);

#endif /*SUB_CC_H*/