diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index b23d3a6c97..889a8d4a78 100644 --- a/libavcodec/flacenc.c +++ b/libavcodec/flacenc.c @@ -1317,6 +1317,7 @@ write_frame: } s->frame_count++; + avctx->coded_frame->pts = s->sample_count; s->sample_count += avctx->frame_size; update_md5_sum(s, samples); if (out_bytes > s->max_encoded_framesize)