Mercurial > mplayer.hg
changeset 31396:921a7fb81ebc
Fix type: struct mp_image_s no longer exists, it is now
struct mp_image.
author | reimar |
---|---|
date | Fri, 18 Jun 2010 16:16:38 +0000 |
parents | 0b794c982bf6 |
children | 4d6bb9606833 |
files | mp_core.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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