Skip to content

Commit

Permalink
Initialize is_prebuffer_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hyue7 committed Nov 13, 2023
1 parent 122587d commit a5108e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ErrorOr<PlayerMessage> VideoPlayerTizenPlugin::Create(
std::string uri;
int32_t drm_type = 0; // DRM_TYPE_NONE
std::string license_server_url;
bool prebuffer_mode;
bool prebuffer_mode = false;
std::string format;
flutter::EncodableMap http_headers = {};

Expand Down

0 comments on commit a5108e7

Please sign in to comment.