comparison dvdnav.c @ 43:0ba15bf3dc25 src

Biiiiiiig change to let doxygen generate some docs for the library. Note that I'm in no way sure that the autoconf stuff plays nice.
author richwareham
date Thu, 06 Jun 2002 15:03:09 +0000
parents 131ad65a2398
children 7bf97b8922b4
comparison
equal deleted inserted replaced
42:131ad65a2398 43:0ba15bf3dc25
409 int angle, num_angle; 409 int angle, num_angle;
410 410
411 vobu->vobu_start = nav_dsi->dsi_gi.nv_pck_lbn; /* Absolute offset from start of disk */ 411 vobu->vobu_start = nav_dsi->dsi_gi.nv_pck_lbn; /* Absolute offset from start of disk */
412 vobu->vobu_length = nav_dsi->dsi_gi.vobu_ea; /* Relative offset from vobu_start */ 412 vobu->vobu_length = nav_dsi->dsi_gi.vobu_ea; /* Relative offset from vobu_start */
413 413
414 /** 414 /*
415 * If we're not at the end of this cell, we can determine the next 415 * If we're not at the end of this cell, we can determine the next
416 * VOBU to display using the VOBU_SRI information section of the 416 * VOBU to display using the VOBU_SRI information section of the
417 * DSI. Using this value correctly follows the current angle, 417 * DSI. Using this value correctly follows the current angle,
418 * avoiding the doubled scenes in The Matrix, and makes our life 418 * avoiding the doubled scenes in The Matrix, and makes our life
419 * really happy. 419 * really happy.
929 return S_OK; 929 return S_OK;
930 } 930 }
931 931
932 /* 932 /*
933 * $Log$ 933 * $Log$
934 * Revision 1.21 2002/06/06 15:03:09 richwareham
935 * Biiiiiiig change to let doxygen generate some docs for the library. Note that I'm in no way sure that the autoconf stuff plays nice.
936 *
934 * Revision 1.20 2002/06/04 13:35:16 richwareham 937 * Revision 1.20 2002/06/04 13:35:16 richwareham
935 * Removed more C++ style comments 938 * Removed more C++ style comments
936 * 939 *
937 * Revision 1.19 2002/05/30 23:15:14 richwareham 940 * Revision 1.19 2002/05/30 23:15:14 richwareham
938 * First draft of removing HAVE_DVDREAD9 941 * First draft of removing HAVE_DVDREAD9