OSDN Git Service

hevc: move splitting the packet into NALUs into a separate function
authorAnton Khirnov <anton@khirnov.net>
Thu, 9 Jul 2015 16:33:52 +0000 (18:33 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jul 2015 16:15:39 +0000 (18:15 +0200)
commitd82e1adc2019135a2fc45372e0ed0b5ef107cdd0
tree7a881512bdb58ae40f9c3096207d007089f37331
parentae05b4865514fd71b5e9431e93aa0d03d7ba7751
hevc: move splitting the packet into NALUs into a separate function

This function is independent of the decoding context, so we'll be able
to use it in the parser.
libavcodec/hevc.c
libavcodec/hevc.h
libavcodec/hevc_parse.c
libavcodec/hevc_refs.c