Browse Source

const

Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
73965d1b96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/oggparseogm.c

+ 1
- 1
libavformat/oggparseogm.c 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;


Loading…
Cancel
Save