aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/StoryContent.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-09-11 17:41:30 +0300
committerlevlam <levlam@telegram.org>2024-09-11 17:41:30 +0300
commite562d1e626b4e162e911bace181116e9c58d5713 (patch)
tree43bc028079e251655378a4097389b2e9b598959e /td/telegram/StoryContent.cpp
parent45d766487b417a97bf20c674826ba59821d9fce7 (diff)
Store video codec.
Diffstat (limited to 'td/telegram/StoryContent.cpp')
-rw-r--r--td/telegram/StoryContent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/StoryContent.cpp b/td/telegram/StoryContent.cpp
index 1484cdb5f..bdd7656c8 100644
--- a/td/telegram/StoryContent.cpp
+++ b/td/telegram/StoryContent.cpp
@@ -297,7 +297,7 @@ Result<unique_ptr<StoryContent>> get_input_story_content(
std::move(sticker_file_ids), "story.mp4", "video/mp4",
static_cast<int32>(std::ceil(input_story->duration_)), input_story->duration_,
get_dimensions(720, 1280, nullptr), true, input_story->is_animation_, 0,
- input_story->cover_frame_timestamp_, false);
+ input_story->cover_frame_timestamp_, string(), false);
return make_unique<StoryContentVideo>(file_id, FileId());
}