Re: DVDGetSubchannelLanguage() implementation
Martin Norbäck <[email protected]> Thu, 29 Jul 2004 11:46:03 +0200
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Just in case someone just applies the patch:
> Index: ogle/dvdevents.h
> ===================================================================
> RCS file: /cvsroot/ogle/ogle/ogle/dvdevents.h,v
> retrieving revision 1.33
> diff -u -d -p -r1.33 dvdevents.h
> --- ogle/dvdevents.h 23 Feb 2003 17:45:38 -0000 1.33
> +++ ogle/dvdevents.h 28 Jul 2004 14:22:43 -0000
> @@ -93,6 +93,8 @@ typedef enum {
> DVDCtrlIsSubpictureStreamEnabled,
> DVDCtrlSubpictureStreamEnabled,
>
> + DVDCtrlGetSubpictureLanguage,
> + DVDCtrlSubpictureLanguage,
> DVDCtrlGetSubpictureAttributes,
> DVDCtrlSubpictureAttributes,
New events must be added last, to ensure binary compatibility with for
instance an older version of ogle_gui. Otherwise we need to bump the
version of libdvdcontrol.
Regards,
Martin