]> git.sesse.net Git - ffmpeg/commit
libfdk-aacdec: Apply the decoder's output delay on timestamps
authorMartin Storsjö <martin@martin.st>
Tue, 4 Feb 2020 14:03:57 +0000 (16:03 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 11 Feb 2020 09:39:44 +0000 (11:39 +0200)
commit0f2b6594fc893c84e383e28136af5c9a3631e311
tree1fa4c7498add073a659902fc78d4a404aa47065d
parentdd81f73946b85134441c0a917dc4dadf7b70ba85
libfdk-aacdec: Apply the decoder's output delay on timestamps

The delay is normally zero when the level limiter is disabled,
but if enabled, there's a small delay.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/libfdk-aacdec.c