mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Proper condition for extracting the FPS from MPEG-1/2 video.
This commit is contained in:
parent
d138b60688
commit
c976bcf209
@ -150,7 +150,7 @@ video_packetizer_c::process(memory_c &mem,
|
||||
}
|
||||
|
||||
if ((fps < 0.0) &&
|
||||
(mpeg_video == MPEG_VIDEO_V1) || (mpeg_video == MPEG_VIDEO_V2))
|
||||
((mpeg_video == MPEG_VIDEO_V1) || (mpeg_video == MPEG_VIDEO_V2)))
|
||||
extract_mpeg1_2_fps(mem.data, mem.size);
|
||||
|
||||
if ((mpeg_video == MPEG_VIDEO_V4_LAYER_2) &&
|
||||
|
Loading…
Reference in New Issue
Block a user