diff options
| author | levlam <levlam@telegram.org> | 2024-09-11 17:41:30 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-09-11 17:41:30 +0300 |
| commit | e562d1e626b4e162e911bace181116e9c58d5713 (patch) | |
| tree | 43bc028079e251655378a4097389b2e9b598959e /td/telegram/StoryContent.cpp | |
| parent | 45d766487b417a97bf20c674826ba59821d9fce7 (diff) | |
Store video codec.
Diffstat (limited to 'td/telegram/StoryContent.cpp')
| -rw-r--r-- | td/telegram/StoryContent.cpp | 2 |
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()); } |
