Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 17 years ago
parent 47a0513b0c
commit 73965d1b96
  1. 2
      libavformat/oggparseogm.c

@ -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;

Loading…
Cancel
Save