On Sun, 2012-08-12 at 19:54 +0300, Uoti Urpala wrote: + if (s->avctx->codec->capabilities & CODEC_CAP_HWACCEL_VDPAU
Apparently parser code can call this with a NULL avctx->codec, crashing in the codec->capabilities dereference. I don't know whether anyone has an opinion on whether this is OK behavior from the parser side; either the above test should have "s->avctx->codec &&" prepended or the parser should set a codec. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
