On Fri, Mar 20, 2009 at 2:35 PM, Bob Ingraham <[email protected]> wrote:
> Ok guys, *somebody* added vdpau support to libavcodec and it seems to work in 
> mplayer.
>
> But it apparently doesn't work like the other codecs do, because I tried it 
> and it core dumps.
>
> Please, somebody take pity on my stupidity and please give me a clue as to 
> how to invoke this codec the right way with the libavcodec API...
>
> Please?  Anyone?
>

Bob, I can't pity your s..., but maybe you can take pity on mine.

I am doing dvb decoding as well, and I have the problem that
sometimes, the mpeg2 decoder does not find the parameters (wxh, pixel
format etc). I saw in your previous post this flags. Could you explain
what issues did they solve?

   gContext->workaround_bugs = FF_BUG_AUTODETECT;
   gContext->error_concealment = FF_EC_GUESS_MVS;
   gContext->error_recognition = FF_ER_CAREFUL;

Thanks.

-- Jose
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to