diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-28 18:55:35 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 19:49:29 +0100 |
commit | 7a774a4e93e98da8ebcd796f045cf049b68e9aef (patch) | |
tree | e9443dfb53e72adb855807f384b7d39c0a6c7627 /libavcodec/frame_thread_encoder.c | |
parent | 965cfc6684e00bd7d21295554f325ff62ce6669a (diff) | |
download | ffmpeg-7a774a4e93e98da8ebcd796f045cf049b68e9aef.tar.gz |
avcodec/mpegvideo_enc: Don't find encoder by ID
mpegvideo-based encoders supporting bframes implement this
by opening encoders of their own to test how long the chains
of bframes are supposed to be. The needed AVCodec was obtained
via avcodec_find_encoder(). This is complicated, as the current
encoder can be directly obtained. And it also is not guaranteed
that one actually gets the current encoder or not another encoder
for the same codec ID (the latter does not seem to be the case now).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/frame_thread_encoder.c')
0 files changed, 0 insertions, 0 deletions