Mailing List archive

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

[linux-dvb] Re: displaying image on the dvb card



On Mon, Apr 15, 2002 at 01:10:28PM +0200, Alessio Sangalli wrote:
>         struct videoDisplayStillPicture sp;
...
>         if ((ans = ioctl(fd, VIDEO_STILLPICTURE, sp)) < 0)

try this one:
         if ((ans = ioctl(fd, VIDEO_STILLPICTURE, &sp)) < 0)
 
> and I compile this with:
> g++ -I/usr/src/DVB/ost/include/ test.c

How about adding -Wall ?


HTH,
Johannes



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index