On Thu, Jun 09, 2016 at 10:29:58AM +0200, Anton Khirnov wrote: > Move the NAL unit types into it. This will allow to stop including the > whole decoder-specific h264dec.h in some code that is unrelated to the > decoder and only needs some enum values. > --- > libavcodec/h264.h | 45 > ++++++++++++++++++++++++++++++++++++++++++ > libavcodec/h264_parse.c | 1 + > libavcodec/h264_parser.c | 1 + > libavcodec/h264_refs.c | 1 + > libavcodec/h264_slice.c | 1 + > libavcodec/h264dec.c | 1 + > libavcodec/h264dec.h | 18 ----------------- > libavcodec/omx.c | 2 +- > libavcodec/vaapi_encode_h264.c | 2 +- > 9 files changed, 52 insertions(+), 20 deletions(-) > create mode 100644 libavcodec/h264.h
OK Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
