annotate libmpdvdkit2/dvdread_internal.h @ 17317:69fe94dded9a

Remove assumption that all audio packets in a block have the same timestamp; now the code stores timestamp for every packet and puts them on reordered packets Fixes ra10cook.rmvc
author rtognimp
date Wed, 04 Jan 2006 22:49:23 +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 */