Make write_streamheader() and write_headers() accept an
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 2 Jun 2010 21:57:30 +0000 (21:57 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 2 Jun 2010 21:57:30 +0000 (21:57 +0000)
commitda9e6c42950ad74a4d2635ba81df53b22c595b69
tree8cbd1bd3a880c66f1301c69d7007b5c69d07c797
parent652d9d24dc83fedfc62836aa3e8b92f5bc8cdb20
Make write_streamheader() and write_headers() accept an
AVFormatContext * in input rather than a NUTContext *, which allows to
log messages with av_log().

Originally committed as revision 23431 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nutenc.c