mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
fftools/ffmpeg: reduce access to OutputStream.enc_ctx
It will be made private to Encoder in the future.
This commit is contained in:
@@ -742,7 +742,7 @@ static void mux_final_stats(Muxer *mux)
|
||||
|
||||
av_log(of, AV_LOG_VERBOSE, " Output stream #%d:%d (%s): ",
|
||||
of->index, j, av_get_media_type_string(type));
|
||||
if (ost->enc_ctx) {
|
||||
if (ost->enc) {
|
||||
av_log(of, AV_LOG_VERBOSE, "%"PRIu64" frames encoded",
|
||||
ost->frames_encoded);
|
||||
if (type == AVMEDIA_TYPE_AUDIO)
|
||||
|
||||
Reference in New Issue
Block a user