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
libstagefright: return EOS if CustomSource::read() is called after decode_thread() returns
tags/n0.9
Mohamed Naufal
14 years ago
parent
09a49e8919
commit
23ea48f2f7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/libstagefright.cpp
+ 2
- 0
libavcodec/libstagefright.cpp
View File
@@ -104,6 +104,8 @@ public:
Frame *frame;
status_t ret;
if (s->thread_exited)
return ERROR_END_OF_STREAM;
pthread_mutex_lock(&s->in_mutex);
while (s->in_queue->empty())
Write
Preview
Loading…
Cancel
Save