OSDN Git Service

mpegenc: use the CPB props side data
authorAnton Khirnov <anton@khirnov.net>
Sun, 4 Oct 2015 10:27:10 +0000 (12:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 6 Dec 2015 09:26:13 +0000 (10:26 +0100)
commit8bcadaacc2b8dc3c5d6569835a5ca20e62d3efca
treef1a1f210e80db694894a9c8d98ea8e2c783d3570
parent5845a8273e4694e0254ad728970b82bb64fd8bc0
mpegenc: use the CPB props side data

Do not access the encoder options, since it makes no sense when the
AVStream codec context is not the encoding context.
libavformat/mpegenc.c