On 23/08/14 23:20, Kieran Kunhya wrote: >>>> + if (pd->wallclock) >>>> + pd->pts += av_gettime(); > > Any reason for av_gettime instead of the monotonic clock? >
It is what alsa and x11grab use, mainly consistency, I might use the monotonic clock for all of them. (or even for av_gettime()) lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
