2009/8/4 Luca Abeni <[email protected]>
> Alessandro Ferrari wrote:
>
>> //include swscale
>> #include "libswscale/swscale.h"
>>
>> //function for convert from yuv to bitmap
>> char* yuv2rgb()
>> {
>> *static SwsContext *sws_context = NULL;*
>>
> ^^^^^ ^^^^^
> what is this? :)
>
>
> Luca
Sorry, is the tag for the bold character on my mail client. My program in
netbeans is:
char* yuv2rgb()
{
static SwsContext *sws_context = NULL;
sws_context = sws_getCachedContext(sws_context, width, height,
pCodecCtx->pix_fmt, width, height, PIX_FMT_BGR24, 0, NULL, NULL, NULL);
I don't understand if the problem is in the code or on the ffmpeg
configuration. There isn't unresolved dependencies and this is the unique
compiler error.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user