Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-02-01 15:17:43 +00:00
parent 47a0513b0c
commit 73965d1b96
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ogm_header(AVFormatContext *s, int idx)
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;