h264parser: Add an API for AVCDecoderConfigurationRecord parsing
AVCDecoderConfigurationRecord (aka avcC data) is being parsed in various places and related codes have been duplicated.
This MR adds an API for avcC parsing into h264parser
library and it will be used everywhere in -bad
Edited by Seungha Yang