mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
examples/muxing: vertically align
This commit is contained in:
parent
0a3589bf2f
commit
4b6cf1ce0e
@ -467,8 +467,7 @@ int main(int argc, char **argv)
|
||||
audio_pts = 0.0;
|
||||
|
||||
if (video_st)
|
||||
video_pts = (double)video_st->pts.val * video_st->time_base.num /
|
||||
video_st->time_base.den;
|
||||
video_pts = (double)video_st->pts.val * video_st->time_base.num / video_st->time_base.den;
|
||||
else
|
||||
video_pts = 0.0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user