Loading media/libmediaplayerservice/MediaPlayerFactory.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -186,7 +186,7 @@ class StagefrightPlayerFactory : read(fd, buf, sizeof(buf)); read(fd, buf, sizeof(buf)); lseek(fd, offset, SEEK_SET); lseek(fd, offset, SEEK_SET); long ident = *((long*)buf); uint32_t ident = *((uint32_t*)buf); // Ogg vorbis? // Ogg vorbis? if (ident == 0x5367674f) // 'OggS' if (ident == 0x5367674f) // 'OggS' Loading Loading
media/libmediaplayerservice/MediaPlayerFactory.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -186,7 +186,7 @@ class StagefrightPlayerFactory : read(fd, buf, sizeof(buf)); read(fd, buf, sizeof(buf)); lseek(fd, offset, SEEK_SET); lseek(fd, offset, SEEK_SET); long ident = *((long*)buf); uint32_t ident = *((uint32_t*)buf); // Ogg vorbis? // Ogg vorbis? if (ident == 0x5367674f) // 'OggS' if (ident == 0x5367674f) // 'OggS' Loading