On Sat, Jul 4, 2015 at 10:07 AM, Luca Barbato <[email protected]> wrote:

> On 04/07/15 03:17, Tim W. wrote:
> > On Tue, Jun 30, 2015 at 8:24 PM, Anton Khirnov <[email protected]>
> wrote:
> >
> >> ---
> >>  configure                 |   1 +
> >>  libavcodec/Makefile       |   1 +
> >>  libavcodec/allcodecs.c    |   1 +
> >>  libavcodec/qsv.c          |   2 +
> >>  libavcodec/qsvenc.c       |  10 ++--
> >>  libavcodec/qsvenc_mpeg2.c | 117
> >> ++++++++++++++++++++++++++++++++++++++++++++++
> >>  6 files changed, 128 insertions(+), 4 deletions(-)
> >>  create mode 100644 libavcodec/qsvenc_mpeg2.c
> >>
> >> diff --git a/libavcodec/qsv.c b/libavcodec/qsv.c
> >> index bd9e18d..f563100 100644
> >> --- a/libavcodec/qsv.c
> >> +++ b/libavcodec/qsv.c
> >> @@ -19,6 +19,8 @@
> >>   */
> >>
> >>  #include <mfx/mfxvideo.h>
> >> +#include <mfx/mfxplugin.h>
> >> +#include <stdio.h>
> >>
> >
> > Does this fix checkheaders or something? Doesn't look related to this
> > particular patch.
>
> That part is needed for HEVC I guess.
>
> lu


That was my guess too, but it still doesn't belong in this patch ;)

Tim
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to