Remove field that ffmpeg 5.0 doesn't have.

This commit is contained in:
Isaac Connor 2022-02-01 07:23:12 -05:00
parent 0125efb93e
commit 4501a7c2a1
1 changed files with 2 additions and 2 deletions

View File

@ -295,8 +295,8 @@ void zm_dump_stream_format(AVFormatContext *ic, int i, int index, int is_output)
Debug(1, "ids [0x%x]", st->id);
if (lang)
Debug(1, "language (%s)", lang->value);
Debug(1, "frames:%d, frame_size:%d stream timebase: %d/%d",
st->codec_info_nb_frames, codec->frame_size,
Debug(1, "frame_size:%d stream timebase: %d/%d",
codec->frame_size,
st->time_base.num, st->time_base.den
);