]> git.sesse.net Git - ffmpeg/commit
mmaldec: disable timestamp interpolation
authorwm4 <nfxjfg@googlemail.com>
Tue, 8 Sep 2015 17:42:24 +0000 (19:42 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sat, 12 Sep 2015 10:25:49 +0000 (12:25 +0200)
commitb7ab6e18eecad43593ad2a0e9fc9eba7f24751cb
tree62dbe35c79c1a9dbb89776590e3c58a9efc65899
parent6b652c0273d79f2e0c52ad91450bd0737cf3c8a6
mmaldec: disable timestamp interpolation

This MMAL feature fills in missing timestamps from the framerate set on
the input port. This is generally unwanted, since libavcodec decoders
merely pass through timestamps without ever "fixing" them. The framerate
is also unknown, and even the timebase doesn't have to be set.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/mmaldec.c