diff utils.c @ 3879:3f4d2a22bd1b libavformat

Add AVPacket.convergence_duration.
author michael
date Wed, 03 Sep 2008 14:44:54 +0000
parents 7c72855fd8bc
children 1d3d17de20ba
line wrap: on
line diff
--- a/utils.c	Wed Sep 03 14:02:17 2008 +0000
+++ b/utils.c	Wed Sep 03 14:44:54 2008 +0000
@@ -251,6 +251,7 @@
     pkt->dts   = AV_NOPTS_VALUE;
     pkt->pos   = -1;
     pkt->duration = 0;
+    pkt->convergence_duration = 0;
     pkt->flags = 0;
     pkt->stream_index = 0;
     pkt->destruct= av_destruct_packet_nofree;