remove Features5, rework gradient plugin, fix paste_edl track title bug, gl_probe...
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / libbluray.patch1
1 --- a/player_wrappers/xine/input_bluray.c       2016-05-09 14:34:35.934918227 -0600
2 +++ b/player_wrappers/xine/input_bluray.c       2016-05-09 14:27:59.880028563 -0600
3 @@ -1423,7 +1423,7 @@
4  
5    /* load title list */
6  
7 -  this->num_title_idx = bd_get_titles(this->bdh, TITLES_RELEVANT, 0);
8 +  this->num_title_idx = bd_get_titles(this->bdh, TITLES_RELEVANT, MIN_TITLE_LENGTH);
9    LOGMSG("%d titles\n", this->num_title_idx);
10  
11    if (this->num_title_idx < 1)