Commit 8e7c8325 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '3f3232a3'

* commit '3f3232a3':
  avconv: set the output stream timebase

Conflicts:
	ffmpeg.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 4b13ec69 3f3232a3
...@@ -2878,6 +2878,8 @@ static int transcode_init(void) ...@@ -2878,6 +2878,8 @@ static int transcode_init(void)
exit_program(1); exit_program(1);
} }
ost->st->codec->codec= ost->enc_ctx->codec; ost->st->codec->codec= ost->enc_ctx->codec;
ost->st->time_base = ost->enc_ctx->time_base;
} }
/* init input streams */ /* init input streams */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment