]> git.sesse.net Git - ffmpeg/commit
lavc/videotoolboxenc: Fix DTS
authorRick Kern <kernrj@gmail.com>
Wed, 27 Apr 2016 14:53:09 +0000 (10:53 -0400)
committerwm4 <nfxjfg@googlemail.com>
Wed, 4 May 2016 16:40:40 +0000 (18:40 +0200)
commit2fbf39382dbf38e7cfdd2b106da66ca2f5af307d
tree0f7804cf709c6d0adcda7f5844f20ebf4be6c907
parentabe05892bee9de9c657f91beef6ce1fa31bdf577
lavc/videotoolboxenc: Fix DTS

Some devices output an invalid DTS when B-frames aren't used. Using PTS for
the DTS in this case.

Signed-off-by: Rick Kern <kernrj@gmail.com>
libavcodec/videotoolboxenc.c