We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3aed0c commit 435bc7fCopy full SHA for 435bc7f
ffmpeg.c
@@ -921,7 +921,7 @@ static void do_video_out(AVFormatContext *s,
921
int ret, format_video_sync;
922
AVPacket pkt;
923
AVCodecContext *enc = ost->enc_ctx;
924
- AVCodecContext *mux_enc = ost->st->codec;
+ AVCodecContext *mux_enc = ost->st->codecpar;
925
int nb_frames, nb0_frames, i;
926
double delta, delta0;
927
double duration = 0;
0 commit comments