Browse Source

avconv: set the output stream timebase

This is required by the new API.
tags/n2.3
Anton Khirnov 11 years ago
parent
commit
3f3232a371
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      avconv.c

+ 2
- 0
avconv.c View File

@@ -1972,6 +1972,8 @@ static int transcode_init(void)
"Error initializing the output stream codec context.\n");
exit_program(1);
}

ost->st->time_base = ost->enc_ctx->time_base;
}

/* init input streams */


Loading…
Cancel
Save