Put ff_flac_write_header() in a separate C file to allow it to be shared without
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 23 Mar 2010 23:58:45 +0000 (23:58 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 23 Mar 2010 23:58:45 +0000 (23:58 +0000)
commit06ebe9161e93c36af3faa0e852a3358cca4a2bc7
tree63814155a6200e2a25158619c2d316878ac716d2
parent85f273c7ca7e0035054fa55f98bd06c551f518b0
Put ff_flac_write_header() in a separate C file to allow it to be shared without
duplicating code or adding a dependency on vorbiscomment.o.

Originally committed as revision 22652 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
libavformat/flacenc.h
libavformat/flacenc_header.c [new file with mode: 0644]