ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags);
This code crashs because seek_target = 3000000 .why it happens.I have a IJKMediaPlayer.framework I builded it about two years ago,Ts file can be played correctly with it ..But this time.I build a new framework in new version ,It crashed.... Can you help me ?
ff_ffplay.c
ret = avformat_seek_file(is->ic, -1, seek_min, seek_target, seek_max, is->seek_flags);
This code crashs because seek_target = 3000000 .why it happens.I have a IJKMediaPlayer.framework I builded it about two years ago,Ts file can be played correctly with it ..But this time.I build a new framework in new version ,It crashed.... Can you help me ?