## Changes since last revision: * Removed invalid return statement in vorbisdec.c
Romain Beauxis (4): libavformat/oggdec.{c,h}: Add new_extradata, use it to pass extradata to the next decoded packet. ogg/vorbis: factor out header processing logic. ogg/vorbis: implement header packet skip in chained ogg bitstreams. libavformat/oggdec.h: Change paket function documentation to return 1 on header packets only. libavcodec/vorbis_parser.h | 11 ++ libavcodec/vorbisdec.c | 75 +++++---- libavformat/oggdec.c | 11 ++ libavformat/oggdec.h | 6 +- libavformat/oggparsevorbis.c | 167 +++++++++++++++------ tests/ref/fate/ogg-vorbis-chained-meta.txt | 3 - 6 files changed, 190 insertions(+), 83 deletions(-) -- 2.39.5 (Apple Git-154) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".