This commit is contained in:
Thibault Deckers 2020-04-20 08:40:09 +09:00
parent e88568e706
commit 19636fb202

View file

@ -27,7 +27,7 @@ version: 1.0.0+1
# - crash when calling `seekTo` for some files (e.g. TED talk videos) # - crash when calling `seekTo` for some files (e.g. TED talk videos)
# flutter_ijkplayer (as of v0.3.5+1, backed by IJKPlayer & ffmpeg): # flutter_ijkplayer (as of v0.3.5+1, backed by IJKPlayer & ffmpeg):
# - URI handling (from v0.3.6, `DataSource.photoManagerUrl`) # - URI handling (`DataSource.photoManagerUrl` from v0.3.6, but need fork to support content URIs on Android <Q)
# - support: AVI/XVID/MP3 video/audio, MP2T video only # - support: AVI/XVID/MP3 video/audio, MP2T video only
# - possible support for more formats by TODO TLAD customizing ffmpeg build? # - possible support for more formats by TODO TLAD customizing ffmpeg build?
# - playable when only the video or audio stream is supported # - playable when only the video or audio stream is supported