X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fhwcontext_dxva2.h;h=e1b79bc0dee8c25657d63da619c9265b958a5520;hb=b77e26b28525f366c5f978214b230a5324bedf81;hp=6c36cb4b6b437dc1115000dc2088feaa6df0bd4d;hpb=9bc37352ded50aae512550d6684dc63cda67640b;p=ffmpeg diff --git a/libavutil/hwcontext_dxva2.h b/libavutil/hwcontext_dxva2.h index 6c36cb4b6b4..e1b79bc0dee 100644 --- a/libavutil/hwcontext_dxva2.h +++ b/libavutil/hwcontext_dxva2.h @@ -65,6 +65,9 @@ typedef struct AVDXVA2FramesContext { * * If it is non-NULL, libavutil will call IDirectXVideoDecoder_Release() on * it just before the internal surface pool is freed. + * + * This is for convenience only. Some code uses other methods to manage the + * decoder reference. */ IDirectXVideoDecoder *decoder_to_release; } AVDXVA2FramesContext;