deps-libff: Send NULL frame to callback if EOF

A null frame send to the frame callback signals
the end of media being played.  Null frames are not
sent for looped media
master
kc5nra 2015-03-24 00:18:48 -05:00
parent c7ad555eae
commit 8effe2c635
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ void ff_decoder_refresh(void *opaque)
// Schedule another call as soon as possible
ff_decoder_schedule_refresh(decoder, 1);
} else {
ff_callbacks_frame(decoder->callbacks, NULL);
decoder->refresh_timer.abort = true;
// no more refreshes, we are at the eof
av_log(NULL, AV_LOG_INFO,