]> git.sesse.net Git - ffmpeg/commit
Revert "avcodec/opus_parser: Handle complete frames flag."
authorJames Almer <jamrial@gmail.com>
Thu, 23 Aug 2018 20:29:27 +0000 (17:29 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 23 Aug 2018 20:34:25 +0000 (17:34 -0300)
commit35c84ae834de91a9c15fe63fe430274dcff2f9ba
tree40fd85613db07765da48f5ed6739f4deb4230b2d
parentb8da7ba5ac99e434fe99e12c105cc52cab147059
Revert "avcodec/opus_parser: Handle complete frames flag."

This reverts commit 7e0df5910ec0f107cd0700d6b9359d29177f1933.

"complete frames" containers, even if they don't need to assemble
packets, still depended on this code for proper packet duration and
timestamp generation.
libavcodec/opus_parser.c