lavf: add avformat_write_header() as a replacement for av_write_header().
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 May 2011 11:53:33 +0000 (13:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 16 Jun 2011 18:24:56 +0000 (20:24 +0200)
commit25de5958c8fd727777ebf8c4f7a9df6f9b8eb82d
treebf75c0bca68787dcd3838561fff40bdde9f21846
parent603b8bc2a109978c8499b06d2556f1433306eca7
lavf: add avformat_write_header() as a replacement for av_write_header().

It supports more convenient setting of AVOptions.
libavformat/avformat.h
libavformat/rtpenc_chain.c
libavformat/utils.c