]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbis_parser.c
Merge commit '4e08c821106fc1d6d358864abf0d8488b12f38c6'
[ffmpeg] / libavcodec / vorbis_parser.c
index 547fd47098345a3d66e9c3700c8c9662b4440657..8fa6d9958849a2fa2363e7d72c41aa3a0187d2a8 100644 (file)
@@ -229,6 +229,8 @@ int av_vorbis_parse_frame_flags(AVVorbisParseContext *s, const uint8_t *buf,
                 *flags |= VORBIS_FLAG_HEADER;
             else if (buf[0] == 3)
                 *flags |= VORBIS_FLAG_COMMENT;
+            else if (buf[0] == 5)
+                *flags |= VORBIS_FLAG_SETUP;
             else
                 goto bad_packet;