Skip to content
Permalink
Browse files

ffmpeg: Set field_order on the codec_par

  • Loading branch information
dwbuiten committed Mar 20, 2016
1 parent c3aed0c commit 435bc7ff51c9bba5bd475486ab8c45417b38e7d8
Showing with 1 addition and 1 deletion.
  1. +1 −1 ffmpeg.c
@@ -921,7 +921,7 @@ static void do_video_out(AVFormatContext *s,
int ret, format_video_sync;
AVPacket pkt;
AVCodecContext *enc = ost->enc_ctx;
AVCodecContext *mux_enc = ost->st->codec;
AVCodecContext *mux_enc = ost->st->codecpar;
int nb_frames, nb0_frames, i;
double delta, delta0;
double duration = 0;

0 comments on commit 435bc7f

Please sign in to comment.