]> git.sesse.net Git - ffmpeg/commit
flvenc: use AVFormatContext, not AVCodecContext for logging.
authorAnton Khirnov <anton@khirnov.net>
Mon, 7 May 2012 14:09:30 +0000 (16:09 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 7 May 2012 19:28:40 +0000 (21:28 +0200)
commit0a3ad7ff805db82e014b61145929f51286e39c15
tree6d3972fdc28a573b54950749eb8e51d5ad2c78eb
parent455245ca8a10aa727ffb835db0c02c6bded46a8e
flvenc: use AVFormatContext, not AVCodecContext for logging.

Encoder tag being used for muxer messages is confusing.
libavformat/flvenc.c