]> git.sesse.net Git - ffmpeg/commit
Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'
authorJames Almer <jamrial@gmail.com>
Fri, 27 Oct 2017 16:52:19 +0000 (13:52 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 27 Oct 2017 21:15:37 +0000 (18:15 -0300)
commite0250cf3651e6417e0117486a7816b45fb2d34cd
treefd04f7310c17247d93843ea177ef6f9d644296c4
parent5834cba05efbfd24dadedd187753f244ad7e0cab
parent50a1c66cf6ab7eb683daaa9e2da3869fa3a54609
Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'

* commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609':
  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>
libavcodec/Makefile
libavcodec/ac3_parser.c
libavcodec/ac3_parser.h
libavcodec/ac3_parser_internal.h
libavcodec/ac3dec.c
libavcodec/audiotoolboxdec.c
libavcodec/eac3dec.c
libavformat/ac3dec.c
libavformat/movenc.c