wok diff libdvdnav/description.txt @ rev 25691

Up lynis (3.1.1), ncurses-examples (20211021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 16 10:43:04 2024 +0000 (7 weeks ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libdvdnav/description.txt	Tue Apr 16 10:43:04 2024 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +Libdvdnav is a library that allows easy use of sophisticated DVD navigation
     1.5 +features such as DVD menus, multiangle playback and even interactive DVD games.
     1.6 +All this functionality is provided through a simple API which provides the
     1.7 +DVD playback as a single logical stream of blocks, intermitted by special
     1.8 +dvdnav events to report certain conditions. The main usage of libdvdnav is a
     1.9 +loop regularly calling a function to get the next block, surrounded by
    1.10 +additional calls to tell the library of user interaction.
    1.11 +The whole DVD virtual machine and internal playback states are completely
    1.12 +encapsulated.