Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Asd-g committed Jan 7, 2024
1 parent e70a53e commit d90c186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lwlibav_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ void lwlibav_video_setup_timestamp_info
}
else
{
if (vdhp->format->iformat->raw_codec_id)
if (lwhp->raw_demuxer)
{
*framerate_num = (int64_t)stream->codecpar->framerate.num;
*framerate_den = (int64_t)stream->codecpar->framerate.den;
Expand Down

0 comments on commit d90c186

Please sign in to comment.