avcodec/mjpegdec: stop setting AVFrame->best_effort_timestamp

It's now set by the generic decode code.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2020-12-12 22:20:27 -03:00
parent 4bff800dc9
commit 94febdaec6
1 changed files with 0 additions and 1 deletions

View File

@ -2605,7 +2605,6 @@ eoi_parser:
s->got_picture = 0;
frame->pkt_dts = s->pkt->dts;
frame->best_effort_timestamp = s->pkt->pts;
if (!s->lossless) {
int qp = FFMAX3(s->qscale[0],