VDR - xine - CoreAVC

Message ID a3ef07920801210945r51af0e5dk3fb8de2e9d8f76bd@mail.gmail.com
State New
Headers

Commit Message

VDRU VDRU Jan. 21, 2008, 5:45 p.m. UTC
  On Jan 21, 2008 7:01 AM, Morfsta <morfsta@gmail.com> wrote:
> However, I get this error message: -
>
> w32codec.c:581: error: 'BUF_VIDEO_WVC1' undeclared (first use in this function)

Try:
  

Comments

Morfsta Jan. 21, 2008, 8:17 p.m. UTC | #1
That got it!

I've got it working now in the 32-bit chroot environment, I can see it
loading the CoreAVC codec when switching to BBC HD.

Sadly, I'm doing this remotely so can't see how the results actually
look on the TV until tomorrow! I'm keen on seeing a channel that uses
spatial direct mode.

Has anyone managed to get the xinelibout patch working so that VDR
doesn't coredump on startup?

On Jan 21, 2008 5:45 PM, VDR User <user.vdr@gmail.com> wrote:
> On Jan 21, 2008 7:01 AM, Morfsta <morfsta@gmail.com> wrote:
> > However, I get this error message: -
> >
> > w32codec.c:581: error: 'BUF_VIDEO_WVC1' undeclared (first use in this function)
>
> Try:
>
> --- xine-lib/src/xine-engine/buffer.h.orig      2007-11-05 18:33:03.000000000 -0500
> +++ xine-lib/src/xine-engine/buffer.h   2007-11-05 18:33:38.000000000 -0500
> @@ -192,6 +192,8 @@
>  #define BUF_VIDEO_CAVS         0x02620000
>  #define BUF_VIDEO_VP6F         0x02630000
>  #define BUF_VIDEO_THEORA_RAW   0x02640000
> +#define BUF_VIDEO_VC1          0x02650000
> +#define BUF_VIDEO_WVC1         0x02650000
>
>  /* audio buffer types:  (please keep in sync with buffer_types.c) */
>
>
> _______________________________________________
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>
  

Patch

--- xine-lib/src/xine-engine/buffer.h.orig	2007-11-05 18:33:03.000000000 -0500
+++ xine-lib/src/xine-engine/buffer.h	2007-11-05 18:33:38.000000000 -0500
@@ -192,6 +192,8 @@ 
 #define BUF_VIDEO_CAVS		0x02620000
 #define BUF_VIDEO_VP6F		0x02630000
 #define BUF_VIDEO_THEORA_RAW	0x02640000
+#define BUF_VIDEO_VC1		0x02650000
+#define BUF_VIDEO_WVC1		0x02650000

 /* audio buffer types:  (please keep in sync with buffer_types.c) */