| 853 | } |
| 854 | |
| 855 | int hb_bd_seek_chapter( hb_bd_t * d, int c ) |
| 856 | { |
| 857 | d->next_chap = c; |
| 858 | bd_seek_chapter( d->bd, c - 1 ); |
| 859 | hb_ts_stream_reset(d->stream); |
| 860 | return 1; |
| 861 | } |
| 862 | |
| 863 | /*********************************************************************** |
| 864 | * hb_bd_read |
no test coverage detected