This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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>
tags/n4.4
James Almer
5 years ago
parent
4bff800dc9
commit
94febdaec6
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mjpegdec.c
+ 0
- 1
libavcodec/mjpegdec.c
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],
Write
Preview
Loading…
Cancel
Save