Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ffmpeg: Set field_order on the codec_par
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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; |
|
|
|