ac3_parser: add a public function for parsing the data required by the demuxer
Make the current semi-public avpriv_ac3_parse_header() private to lavc.
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
Showing
- libavcodec/Makefile 5 additions, 4 deletionslibavcodec/Makefile
- libavcodec/ac3_parser.c 33 additions, 2 deletionslibavcodec/ac3_parser.c
- libavcodec/ac3_parser.h 6 additions, 11 deletionslibavcodec/ac3_parser.h
- libavcodec/ac3_parser_internal.h 39 additions, 0 deletionslibavcodec/ac3_parser_internal.h
- libavcodec/ac3dec.c 2 additions, 2 deletionslibavcodec/ac3dec.c
- libavcodec/eac3dec.c 0 additions, 1 deletionlibavcodec/eac3dec.c
- libavformat/ac3dec.c 11 additions, 8 deletionslibavformat/ac3dec.c
Loading
Please register or sign in to comment