]> git.sesse.net Git - ffmpeg/commit
h264: add H264_ prefix to the NAL unit types
authorAnton Khirnov <anton@khirnov.net>
Wed, 18 May 2016 08:36:33 +0000 (10:36 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:17:28 +0000 (11:17 +0200)
commit5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c
tree15872b880e486a2e536a25c450799b1b1624ea32
parent1cf2f3d334f52849aae2be868bad1e5fa5f59aa0
h264: add H264_ prefix to the NAL unit types

This will prevent conflicts e.g. in code that deals with both h264 and
hevc.
libavcodec/h264.h
libavcodec/h264_parse.c
libavcodec/h264_parser.c
libavcodec/h264_refs.c
libavcodec/h264_slice.c
libavcodec/h264dec.c
libavcodec/omx.c
libavcodec/vaapi_encode_h264.c