Changeset e46cef82d6b7c9ef2dfebc07db8989fcf7a524cc
- Timestamp:
- 05/06/05 19:30:36
(3 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1117992636 +0000
- git-parent:
[d05dfdc4a97712f2a94b501812c1c282d81900c0]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1117992636 +0000
- Message:
* modules/access/dvdnav.c: RESET_PCR on DVDNAV_WAIT event to have menu loopback working correctly.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd05dfdc |
re46cef8 |
|
| 767 | 767 | msg_Dbg( p_demux, "DVDNAV_WAIT" ); |
|---|
| 768 | 768 | |
|---|
| | 769 | /* reset PCR */ |
|---|
| | 770 | es_out_Control( p_demux->out, ES_OUT_RESET_PCR ); |
|---|
| 769 | 771 | dvdnav_wait_skip( p_sys->dvdnav ); |
|---|
| 770 | 772 | break; |
|---|