readme
来自「有关mpeg2的deocde代码」· 代码 · 共 22 行
TXT
22 行
libdvdread==========libdvdread provides a simple foundation for reading DVD-Video images.It offers DVD applications:1. A simple abstraction for reading the files on a DVD image (dvd_reader.h).2. A simple library for parsing the information (IFO) files (ifo_read.h/ifo_types.h).3. A simple library for parsing the navigation (NAV) packets (nav_read.h/nav_types.h).This allows application designers to access some of the more advancedfeatures of the DVD format.libdvdread currently uses libdl to dynamically probe for libdvdcss atruntime. If libdvdcss is found, then it will be used to decrypt theencrypted sections of a DVD.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?