Mercurial > mplayer.hg
annotate dvdread/dvdread_internal.h @ 25026:afead6ecb8ba
Remove the pause filter and the cmd queue hack, to know the mplayer going to
pause by checking mpctx directly. If there's any video update before the pause
then capture the frame or fallback to use last captured frame as pausing frame.
author | ulion |
---|---|
date | Thu, 15 Nov 2007 01:07:56 +0000 |
parents | 1542693b2a30 |
children |
rev | line source |
---|---|
24050
1542693b2a30
Sync libdvdread with version 0.9.5 (cosmetic changes).
diego
parents:
24047
diff
changeset
|
1 /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ |
15876 | 2 #ifndef DVDREAD_INTERNAL_H |
3 #define DVDREAD_INTERNAL_H | |
4 | |
5 | |
15880 | 6 #define CHECK_VALUE(arg) |
7 | |
15876 | 8 |
24047
de28f9e8cb00
Sync libdvdread with version 0.9.5 (functional changes).
diego
parents:
20981
diff
changeset
|
9 int get_verbose(void); |
de28f9e8cb00
Sync libdvdread with version 0.9.5 (functional changes).
diego
parents:
20981
diff
changeset
|
10 int dvdread_verbose(dvd_reader_t *dvd); |
de28f9e8cb00
Sync libdvdread with version 0.9.5 (functional changes).
diego
parents:
20981
diff
changeset
|
11 dvd_reader_t *device_of_file(dvd_file_t *file); |
de28f9e8cb00
Sync libdvdread with version 0.9.5 (functional changes).
diego
parents:
20981
diff
changeset
|
12 |
15876 | 13 #endif /* DVDREAD_INTERNAL_H */ |