On Thu, Jun 09, 2016 at 10:30:00AM +0200, Anton Khirnov wrote:
> The PS parsing code is independent from the decoder, so it makes more
> sense for it to have its own separate header.
> ---
>  libavcodec/dxva2_h264.c      |   1 +
>  libavcodec/h264.h            |   2 +
>  libavcodec/h264_direct.c     |   1 +
>  libavcodec/h264_loopfilter.c |   1 +
>  libavcodec/h264_mb.c         |   1 +
>  libavcodec/h264_parse.c      |   1 +
>  libavcodec/h264_parse.h      |  15 ++---
>  libavcodec/h264_parser.c     |   1 +
>  libavcodec/h264_ps.c         |   4 +-
>  libavcodec/h264_ps.h         | 154 
> +++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/h264_slice.c      |   1 +
>  libavcodec/h264dec.c         |   1 +
>  libavcodec/h264dec.h         | 122 +---------------------------------
>  libavcodec/vaapi_h264.c      |   1 +
>  libavcodec/vdpau_h264.c      |   1 +
>  15 files changed, 176 insertions(+), 131 deletions(-)
>  create mode 100644 libavcodec/h264_ps.h

probably OK

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to