[MPlayer-cvslog] r31462 - trunk/mp_core.h
reimar
subversion at mplayerhq.hu
Fri Jun 18 18:16:39 CEST 2010
Author: reimar
Date: Fri Jun 18 18:16:38 2010
New Revision: 31462
Log:
Fix type: struct mp_image_s no longer exists, it is now
struct mp_image.
Modified:
trunk/mp_core.h
Modified: trunk/mp_core.h
==============================================================================
--- trunk/mp_core.h Fri Jun 18 13:33:15 2010 (r31461)
+++ trunk/mp_core.h Fri Jun 18 18:16:38 2010 (r31462)
@@ -129,7 +129,7 @@ typedef struct MPContext {
int was_paused;
#ifdef CONFIG_DVDNAV
- struct mp_image_s *nav_smpi; ///< last decoded dvdnav video image
+ struct mp_image *nav_smpi; ///< last decoded dvdnav video image
unsigned char *nav_buffer; ///< last read dvdnav video frame
unsigned char *nav_start; ///< pointer to last read video buffer
int nav_in_size; ///< last read size
More information about the MPlayer-cvslog
mailing list