Skip to content

Commit

Permalink
ffmpeg Update: Replace deprecated frame->pkt_duration with duration i…
Browse files Browse the repository at this point in the history
…n transcoder context
  • Loading branch information
hashworks committed Jul 18, 2024
1 parent ac60ded commit 9b01f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/transcoder/transcoder_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MediaFrame

if (_priv_data)
{
_priv_data->pkt_duration = duration;
_priv_data->duration = duration;
}
}

Expand Down

0 comments on commit 9b01f66

Please sign in to comment.