]> git.sesse.net Git - ffmpeg/commit
lavc: Drop exporting 2-pass encoding stats
authorVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 30 Nov 2015 17:19:36 +0000 (12:19 -0500)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 7 Dec 2015 16:27:42 +0000 (11:27 -0500)
commit16216b713f9a21865cc07993961cf5d0ece24916
tree9c377726ecbf0f1cc9c77ce60d054f159760ecea
parentbe00ec832c519427cd92218abac77dafdc1d5487
lavc: Drop exporting 2-pass encoding stats

These variables are coming from mpegvideoenc where are supposedly used
as bit counters on various frame properties. However their use is
unclear as they lack documentation, are available only from a very small
subset of encoders, and they are hardly used in the wild. Also frame_bits
in aacenc is employed in a similar way.

Remove this functionality from AVCodecContex, these variable are mostly
frame properties, and too few encoders support setting them with anything
useful.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavcodec/aacenc.c
libavcodec/avcodec.h
libavcodec/mpegvideo_enc.c
libavcodec/options_table.h
libavcodec/version.h