Skip to content

Commit

Permalink
fixed #2872
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Jun 12, 2024
1 parent 20c0f29 commit 31e499d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filters/load_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -2535,6 +2535,7 @@ static GF_Err swf_svg_add_iso_sample(void *user, const u8 *data, u32 length, u64
GF_FilterPacket *pck;
u8 *pck_data;
GF_TXTIn *ctx = (GF_TXTIn *)user;
if (!data || !length) return GF_BAD_PARAM;

if (ctx->seek_state==2) {
Double ts = (Double) timestamp;
Expand Down

0 comments on commit 31e499d

Please sign in to comment.