diff --git a/src/zm_videostore.cpp b/src/zm_videostore.cpp index 83e44bfcc..fc4a64d2d 100644 --- a/src/zm_videostore.cpp +++ b/src/zm_videostore.cpp @@ -949,6 +949,7 @@ int VideoStore::writeAudioFramePacket(AVPacket *ipkt) { 0, in_frame->nb_samples)) #endif #endif + out_frame->pts = in_frame->pts; av_frame_unref(in_frame); if ( ret < 0 ) { Error("Could not resample frame (error '%s')",