]> git.sesse.net Git - ffmpeg/commit
h264: create a new header for common h264 definitions
authorAnton Khirnov <anton@khirnov.net>
Wed, 18 May 2016 07:16:35 +0000 (09:16 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:12:41 +0000 (11:12 +0200)
commit251cbb44003caf179fb17afbb8a6c56643c2a646
tree65f3b83d5d38ab0a088b20bf0c79b4a0ce942ec9
parent9df889a5f116c1ee78c2f239e0ba599c492431aa
h264: create a new header for common h264 definitions

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 [new file with mode: 0644]
libavcodec/h264_parse.c
libavcodec/h264_parser.c
libavcodec/h264_refs.c
libavcodec/h264_slice.c
libavcodec/h264dec.c
libavcodec/h264dec.h
libavcodec/omx.c
libavcodec/vaapi_encode_h264.c