Skip to content

Commit

Permalink
Remove annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
hyue7 committed Dec 25, 2023
1 parent 5fdf5a9 commit 98040c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/video_player_avplay/lib/video_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,6 @@ class VideoPlayerController extends ValueNotifier<VideoPlayerValue> {
},
);

// This ensures that the correct playback speed is always applied when
// playing back. This is necessary because we do not set playback speed
// when paused.
//
// For Tizen, playback speed don't need to set when start play,
// otherwise player will restart buffer.
// The default value is 1.0.
Expand Down

0 comments on commit 98040c4

Please sign in to comment.