[MPlayer-dev-eng] [PATCH] rpza porting to libmpcodecs

Roberto Togni rtogni at bresciaonline.it
Sat Mar 2 14:11:36 CET 2002


Hi all.

This patch adds rpza support to libmpcodecs.
As the cinepak codec,it doesn't implement any new function, it's just a 
basic port.

Ciao,
  Roberto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-makefile
Size: 252 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020302/3fa7f890/attachment.bin>
-------------- next part --------------
--- vd.c.orig	Fri Mar  1 13:23:27 2002
+++ vd.c	Fri Mar  1 22:23:35 2002
@@ -23,10 +23,12 @@
 
 extern vd_functions_t mpcodecs_vd_null;
 extern vd_functions_t mpcodecs_vd_cinepak;
+extern vd_functions_t mpcodecs_vd_qtrpza;
 
 vd_functions_t* mpcodecs_vd_drivers[] = {
         &mpcodecs_vd_null,
         &mpcodecs_vd_cinepak,
+        &mpcodecs_vd_qtrpza,
 	NULL
 };
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-c
Size: 1510 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020302/3fa7f890/attachment-0001.bin>


More information about the MPlayer-dev-eng mailing list