Kostya wrote: > Forgot to attach. > > > ------------------------------------------------------------------------ > still crashing for me (p4) > + int code; > + // search for frame/field start code > + code = AV_RB32(buf); > + while(skip < buf_size - 4){ > + code <<= 8; > + code |= buf[skip++]; > + if(code == 0x0000010D || code == 0x0000010C) break; > + } shouldn't this block read: while(code != 0x0000010D && code != 0x0000010C && skip < buf_size - 4) { code <<= 8; code |= buf[skip++]; } -- "Without a frontend, mplayer is useless" - someone in mplayer-users
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4