[vlc-devel] [PATCH] va: AV_PIX_FMT_D3D11VA_VLD was added in 56.25.0 in libav and ffmpeg

Jean-Baptiste Kempf jb at videolan.org
Fri Jun 12 09:22:41 CEST 2015


It's wrong, look at the merge.

On 12 Jun, Steve Lhomme wrote :
> The values seemed fine to me
> 
> https://git.libav.org/?p=libav.git;a=blobdiff;f=libavcodec/version.h;h=c57bd85083a52650a728ea27a0510317c66e7a54;hp=c478ca38d842aefdb98cefcdcba7e19403dce6ed;hb=d8039ef8d221ea273aa4f1e62e5df21bf618c772;hpb=4e17946f10d39eec6cc03fb249ae8147373141b6
> 
> http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d8039ef8d221ea273aa4f1e62e5df21bf618c772#patch19
> 
> 
> On Thu, Jun 11, 2015 at 11:41 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> > Fixed and applied.
> >
> > On 11 Jun, Steve Lhomme wrote :
> >> ---
> >>  modules/codec/avcodec/va.c | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/modules/codec/avcodec/va.c b/modules/codec/avcodec/va.c
> >> index d412cb5..fd912fa 100644
> >> --- a/modules/codec/avcodec/va.c
> >> +++ b/modules/codec/avcodec/va.c
> >> @@ -43,7 +43,7 @@ vlc_fourcc_t vlc_va_GetChroma(enum PixelFormat hwfmt, enum PixelFormat swfmt)
> >>          case AV_PIX_FMT_DXVA2_VLD:
> >>              return VLC_CODEC_D3D9_OPAQUE;
> >>
> >> -#if (LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(54, 13, 1))
> >> +#if LIBAVUTIL_VERSION_CHECK(56, 25, 0, 25, 0)
> >>          case AV_PIX_FMT_D3D11VA_VLD:
> >>              return VLC_CODEC_D3D11_OPAQUE;
> >>  #endif
> >> --
> >> 2.4.2
> >>
> >> _______________________________________________
> >> vlc-devel mailing list
> >> To unsubscribe or modify your subscription options:
> >> https://mailman.videolan.org/listinfo/vlc-devel
> >
> > --
> > With my kindest regards,
> >
> > --
> > Jean-Baptiste Kempf
> > http://www.jbkempf.com/ - +33 672 704 734
> > Sent from my Electronic Device
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription options:
> > https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list