Mercurial > libavformat.hg
changeset 647:a4a5e6c39a68 libavformat
10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>)
author | michael |
---|---|
date | Thu, 13 Jan 2005 13:09:35 +0000 |
parents | 8a1771970a3b |
children | 340f1911cd54 |
files | avienc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avienc.c Wed Jan 12 19:07:24 2005 +0000 +++ b/avienc.c Thu Jan 13 13:09:35 2005 +0000 @@ -409,7 +409,7 @@ parse_specific_params(stream, &au_byterate, &au_ssize, &au_scale); put_le32(pb, au_scale); /* scale */ put_le32(pb, au_byterate); /* rate */ - av_set_pts_info(&s->streams[i], 64, au_scale, au_byterate); + av_set_pts_info(s->streams[i], 64, au_scale, au_byterate); put_le32(pb, 0); /* start */ avi->frames_hdr_strm[i] = url_ftell(pb); /* remember this offset to fill later */ put_le32(pb, 0); /* length, XXX: filled later */