On Fri, Dec 02, 2016 at 10:13:24AM +0100, Steve Lhomme wrote: > --- a/libavcodec/dxva2.c > +++ b/libavcodec/dxva2.c > @@ -29,7 +29,7 @@ > > -void *ff_dxva2_get_surface(const AVFrame *frame) > +static void *ff_dxva2_get_surface(const AVFrame *frame)
static functions should not have an ff_ prefix, that's for internally visible functions, av_ is for externally visible API functions. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
