]> git.sesse.net Git - ffmpeg/commit
vp9_parser: don't split superframes into separate packets
authorwm4 <nfxjfg@googlemail.com>
Wed, 29 Nov 2017 16:07:26 +0000 (17:07 +0100)
committerwm4 <nfxjfg@googlemail.com>
Wed, 29 Nov 2017 16:18:36 +0000 (17:18 +0100)
commit0c162854c1fa2a1e43ce5588b67842675f45e3c7
treee8caea360d3aa6397ca9fcfbdba7c18800ffe67b
parenta5679933c1b8b6bef5c5c3eb7c70d06c695066cf
vp9_parser: don't split superframes into separate packets

We did this for the sake of the decoder. With the vp9 change, it's not
necessary anymore.
libavcodec/vp9_parser.c