# HG changeset patch # User reimar # Date 1276877798 0 # Node ID 921a7fb81ebc151f0627ee5a84fce4eacf642a75 # Parent 0b794c982bf6990cf0427487bcdeb3443d1fe2f2 Fix type: struct mp_image_s no longer exists, it is now struct mp_image. diff -r 0b794c982bf6 -r 921a7fb81ebc mp_core.h --- a/mp_core.h Fri Jun 18 11:33:15 2010 +0000 +++ b/mp_core.h Fri Jun 18 16:16:38 2010 +0000 @@ -129,7 +129,7 @@ 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