flac muxer: accept only STREAMINFO extradata
authorAnton Khirnov <anton@khirnov.net>
Mon, 26 May 2014 13:51:22 +0000 (15:51 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 1 Jun 2014 06:31:33 +0000 (08:31 +0200)
commit0097cbea695e534fce39958ccd103af2fbf65831
tree2a005153a4562bc96ccc2f483a900c9a4197986e
parented39cda02923316b6710c1bcc34d3445370be5b4
flac muxer: accept only STREAMINFO extradata

The other format (full flac header blocks) should not be exported by any
demuxers anymore.

This allows to drop an avpriv_ function and also simplify the following
commits.
libavformat/flacenc_header.c