[MPlayer-cvslog] r24073 - trunk/dvdread/ifo_read.c
diego
subversion at mplayerhq.hu
Wed Aug 15 14:24:07 CEST 2007
Author: diego
Date: Wed Aug 15 14:24:07 2007
New Revision: 24073
Log:
cosmetics: Do not add trailing whitespace to lines we change.
Modified:
trunk/dvdread/ifo_read.c
Modified: trunk/dvdread/ifo_read.c
==============================================================================
--- trunk/dvdread/ifo_read.c (original)
+++ trunk/dvdread/ifo_read.c Wed Aug 15 14:24:07 2007
@@ -953,7 +953,7 @@ int ifoRead_TT_SRPT(ifo_handle_t *ifofil
info_length = tt_srpt->last_byte + 1 - TT_SRPT_SIZE;
- tt_srpt->title = malloc(info_length);
+ tt_srpt->title = malloc(info_length);
if(!tt_srpt->title) {
free(tt_srpt);
ifofile->tt_srpt = 0;
@@ -1063,7 +1063,7 @@ int ifoRead_VTS_PTT_SRPT(ifo_handle_t *i
info_length = vts_ptt_srpt->last_byte + 1 - VTS_PTT_SRPT_SIZE;
- data = malloc(info_length);
+ data = malloc(info_length);
if(!data) {
free(vts_ptt_srpt);
ifofile->vts_ptt_srpt = 0;
@@ -1673,7 +1673,7 @@ static int ifoRead_VOBU_ADMAP_internal(i
Titles with a VOBS that has no VOBUs. */
CHECK_VALUE(info_length % sizeof(uint32_t) == 0);
- vobu_admap->vobu_start_sectors = malloc(info_length);
+ vobu_admap->vobu_start_sectors = malloc(info_length);
if(!vobu_admap->vobu_start_sectors) {
return 0;
}
More information about the MPlayer-cvslog
mailing list