Mercurial > libavformat.hg
changeset 2997:c3de842d7ff5 libavformat
const
author | bcoudurier |
---|---|
date | Fri, 01 Feb 2008 15:17:43 +0000 |
parents | 8575ec7c128a |
children | bc1504ae7a43 |
files | oggparseogm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/oggparseogm.c Fri Feb 01 15:17:32 2008 +0000 +++ b/oggparseogm.c Fri Feb 01 15:17:43 2008 +0000 @@ -36,7 +36,7 @@ ogg_t *ogg = s->priv_data; ogg_stream_t *os = ogg->streams + idx; AVStream *st = s->streams[idx]; - uint8_t *p = os->buf + os->pstart; + const uint8_t *p = os->buf + os->pstart; uint64_t time_unit; uint64_t spu; uint32_t default_len;