Revision e4d2d8c5 libavformat/oggparseflac.c
libavformat/oggparseflac.c | ||
---|---|---|
68 | 68 |
st->time_base.num = 1; |
69 | 69 |
st->time_base.den = st->codec->sample_rate; |
70 | 70 |
} else if (mdt == FLAC_METADATA_TYPE_VORBIS_COMMENT) { |
71 |
vorbis_comment (s, os->buf + os->pstart + 4, os->psize - 4); |
|
71 |
ff_vorbis_comment (s, os->buf + os->pstart + 4, os->psize - 4);
|
|
72 | 72 |
} |
73 | 73 |
|
74 | 74 |
return 1; |
Also available in: Unified diff