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
vp3-mt: fix deadlock when first frame is not a keyframe.
(cherry picked from commit
8cf9a09d40
)
tags/n0.8
Ronald S. Bultje
Michael Niedermayer
14 years ago
parent
5cdef40a78
commit
f28e599fbc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/vp3.c
+ 1
- 0
libavcodec/vp3.c
View File
@@ -1915,6 +1915,7 @@ static int vp3_decode_frame(AVCodecContext *avctx,
}
s->last_frame = s->golden_frame;
s->last_frame.type = FF_BUFFER_TYPE_COPY;
ff_thread_report_progress(&s->last_frame, INT_MAX, 0);
}
}
Write
Preview
Loading…
Cancel
Save