Merge commit '9c15ef35d404fca2adc31276c1eedb11cf485461'
* commit '9c15ef35d404fca2adc31276c1eedb11cf485461': oggparsevorbis: support official chapter extension Conflicts: libavformat/oggparsevorbis.c See: 04b9836274f390e39879c2666f7967990f0382cc Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b6ffe8afd9
@ -53,7 +53,7 @@ static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val)
|
||||
ms + 1000 * (s + 60 * (m + 60 * h)),
|
||||
AV_NOPTS_VALUE, NULL);
|
||||
av_free(val);
|
||||
} else if (!strcmp(key + (keylen - 4), "NAME")) {
|
||||
} else if (!strcmp(key + keylen - 4, "NAME")) {
|
||||
for (i = 0; i < as->nb_chapters; i++)
|
||||
if (as->chapters[i]->id == cnum) {
|
||||
chapter = as->chapters[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user