]> git.sesse.net Git - ffmpeg/commit
avcodec/libwebpenc_animencoder: set the correct packet pts
authorJames Almer <jamrial@gmail.com>
Sun, 11 Apr 2021 02:06:36 +0000 (23:06 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 16 Apr 2021 14:08:24 +0000 (11:08 -0300)
commit2e17b169f74bf8136385c554d36bbf4cabc6537d
treef7d9ca5410e7570343594e848a7a60545ce1a07b
parentab7a0a4cc23e3ff222714a58ce24fc6287a68585
avcodec/libwebpenc_animencoder: set the correct packet pts

The only packet produced by this encoder contains the entire animated stream,
so set its pts to the first frame encoded.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/libwebpenc_animencoder.c