Changes between Initial Version and Version 1 of Ticket #8620, comment 11


Ignore:
Timestamp:
Jun 1, 2021, 4:02:54 PM (5 years ago)
Author:
Dmitry Sinitsyn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8620, comment 11

    initial v1  
    11What do you want to say?
    22I'm talking about video PTS calculation:
    3 https://github.com/FFmpeg/FFmpeg/blob/b76a0e24f9effa64e48ff0567af0dc497dd99e84/libavdevice/dshow_pin.c#L316-L320
     3https://github.com/FFmpeg/FFmpeg/blob/575e52272d42f4278c6620f1a999c41425db2094/libavdevice/dshow_pin.c#L315-L319
    44
    55Here we correctly get audio PTS by using IMediaSample_GetTime and create FAKE video PTS.