OSDN Git Service

libx264: add 'stats' private option for setting 2pass stats filename.
authorAnton Khirnov <anton@khirnov.net>
Mon, 12 Mar 2012 16:20:20 +0000 (17:20 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 13 Mar 2012 11:20:50 +0000 (12:20 +0100)
commitd533e395e14d403948ca2424efbcee92429ef8e1
treec50a2a3ce341f98d139f9510d7d0d55c69b4d2d4
parent9d5c131ecec75fcfb1b4b56f74f2b2756bf0027a
libx264: add 'stats' private option for setting 2pass stats filename.

x264 always opens the file itself with fopen, so we cannot use the
standard lavc stats mechanism.

CC: libav-stable@libav.org
libavcodec/libx264.c