mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
const
Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
47a0513b0c
commit
73965d1b96
@ -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…
Reference in New Issue
Block a user