summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/libdvdnav/diff_against_cvs.patch8
-rw-r--r--src/input/libdvdnav/dvd_reader.h6
-rw-r--r--src/input/libdvdnav/dvd_udf.h3
3 files changed, 7 insertions, 10 deletions
diff --git a/src/input/libdvdnav/diff_against_cvs.patch b/src/input/libdvdnav/diff_against_cvs.patch
index d3ddf1398..607923d4d 100644
--- a/src/input/libdvdnav/diff_against_cvs.patch
+++ b/src/input/libdvdnav/diff_against_cvs.patch
@@ -19,7 +19,7 @@
#include "dvd_udf.h"
#include "dvd_input.h"
#include "dvd_reader.h"
-@@ -389,7 +390,7 @@
+@@ -393,7 +394,7 @@
if( cdir >= 0 ) {
chdir( path_copy );
@@ -28,7 +28,7 @@
fchdir( cdir );
close( cdir );
if( new_path ) {
-@@ -569,7 +570,7 @@
+@@ -573,7 +574,7 @@
static int findDVDFile( dvd_reader_t *dvd, const char *file, char *filename )
{
@@ -37,7 +37,7 @@
const char *nodirfile;
int ret;
-@@ -603,7 +604,7 @@
+@@ -607,7 +608,7 @@
*/
static dvd_file_t *DVDOpenFilePath( dvd_reader_t *dvd, char *filename )
{
@@ -46,7 +46,7 @@
dvd_file_t *dvd_file;
struct stat fileinfo;
dvd_input_t dev;
-@@ -687,7 +688,7 @@
+@@ -691,7 +692,7 @@
static dvd_file_t *DVDOpenVOBPath( dvd_reader_t *dvd, int title, int menu )
{
char filename[ MAX_UDF_FILE_NAME_LEN ];
diff --git a/src/input/libdvdnav/dvd_reader.h b/src/input/libdvdnav/dvd_reader.h
index c7d220f80..edd18da77 100644
--- a/src/input/libdvdnav/dvd_reader.h
+++ b/src/input/libdvdnav/dvd_reader.h
@@ -266,12 +266,6 @@ int DVDISOVolumeInfo( dvd_reader_t *, char *, unsigned int,
*/
int DVDUDFCacheLevel( dvd_reader_t *, int );
-/**
- * COMMENT ME
- */
-void *GetUDFCacheHandle(dvd_reader_t *device);
-void SetUDFCacheHandle(dvd_reader_t *device, void *cache);
-
#ifdef __cplusplus
};
#endif
diff --git a/src/input/libdvdnav/dvd_udf.h b/src/input/libdvdnav/dvd_udf.h
index b600983d9..d7b2ab601 100644
--- a/src/input/libdvdnav/dvd_udf.h
+++ b/src/input/libdvdnav/dvd_udf.h
@@ -53,6 +53,9 @@ int UDFGetVolumeIdentifier(dvd_reader_t *device,
char *volid, unsigned int volid_size);
int UDFGetVolumeSetIdentifier(dvd_reader_t *device,
uint8_t *volsetid, unsigned int volsetid_size);
+void *GetUDFCacheHandle(dvd_reader_t *device);
+void SetUDFCacheHandle(dvd_reader_t *device, void *cache);
+
#ifdef __cplusplus
};
#endif