Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Teletext patch compiling problems



Gerald Stieglbauer wrote:
> Hi!
> 
> A month ago Alessio Sangalli wrote about the following problem:

ja I posted a patch for libvideocoding, try to search it on the next 
messages, if you don't find it do the following:

file libvideogfx-1.0.2/libvideogfx/graphics/datatypes/image.hh

struct ImageParam
   {
     ImageParam() : width(0), height(0), halign(1), valign(1), border(0),
                    colorspace(Colorspace_Invalid), has_alpha(false),
                    chroma(Chroma_444), reduced_chroma_resolution(true),
                    chroma_border(-1), chroma_halign(-1), chroma_valign(-1)
     { }

     int width,height;



modify it into:

struct ImageParam
   {
     ImageParam() : width(0), height(0), halign(1), valign(1),
                    colorspace(Colorspace_Invalid), has_alpha(false),
                    chroma(Chroma_444), reduced_chroma_resolution(true),
                    chroma_border(-1), chroma_halign(-1), chroma_valign(-1)
     { border(0); }

     int width,height;


try it and tell me if the problem's solved

bye
as







Home | Main Index | Thread Index