]> git.sesse.net Git - ffmpeg/commit
h264: factor out parsing the reference count into a separate file
authorAnton Khirnov <anton@khirnov.net>
Mon, 21 Mar 2016 15:14:31 +0000 (16:14 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sun, 24 Apr 2016 08:06:23 +0000 (10:06 +0200)
commita6e27f7add2698fdd89911632b570c3d0c3f2aaa
tree8e345bf225e923c9c8fc0e68809dd28b8aa27ad7
parent56b17a33f231859cbccbd741b4763617cb4ecf03
h264: factor out parsing the reference count into a separate file

This will allow decoupling the parser from the decoder.
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_parse.c
libavcodec/h264_parse.h
libavcodec/h264_parser.c
libavcodec/h264_slice.c