annotate libmpdvdkit2/dvdread_internal.h @ 18049:77a3b0d11ca5

Limit the number of entires to the amount that does fit into the chunk. the function need rewrite as it assumes quite many things that are not guaranteed by the specifications.
author iive
date Thu, 06 Apr 2006 20:04:02 +0000
parents 01b42f2f2894
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15876
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
1 #ifndef DVDREAD_INTERNAL_H
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
2 #define DVDREAD_INTERNAL_H
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
3
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
4
15880
01b42f2f2894 drop annoying debug messages from libdvdread
aurel
parents: 15876
diff changeset
5 #define CHECK_VALUE(arg)
01b42f2f2894 drop annoying debug messages from libdvdread
aurel
parents: 15876
diff changeset
6
15876
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
7
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
8 #endif /* DVDREAD_INTERNAL_H */