Merge commit '50a1c66c'
* commit '50a1c66c': ac3_parser: add a public function for parsing the data required by the demuxer avpriv_ac3_parse_header() is left in place but without the GetBitContext parameter, as the mov muxer requires a lot more fields than just bitstream_id and frame_size from the AC3HeaderInfo struct. Merged-by:James Almer <jamrial@gmail.com>
No related branches found
No related tags found
Showing
- libavcodec/Makefile 5 additions, 4 deletionslibavcodec/Makefile
- libavcodec/ac3_parser.c 62 additions, 10 deletionslibavcodec/ac3_parser.c
- libavcodec/ac3_parser.h 6 additions, 12 deletionslibavcodec/ac3_parser.h
- libavcodec/ac3_parser_internal.h 42 additions, 0 deletionslibavcodec/ac3_parser_internal.h
- libavcodec/ac3dec.c 3 additions, 3 deletionslibavcodec/ac3dec.c
- libavcodec/audiotoolboxdec.c 2 additions, 2 deletionslibavcodec/audiotoolboxdec.c
- libavcodec/eac3dec.c 0 additions, 1 deletionlibavcodec/eac3dec.c
- libavformat/ac3dec.c 20 additions, 14 deletionslibavformat/ac3dec.c
- libavformat/movenc.c 9 additions, 8 deletionslibavformat/movenc.c
Loading
Please register or sign in to comment