diff nut.c @ 979:d2e5dfdf4def libavformat

add size to AVIndex
author michael
date Wed, 01 Mar 2006 11:29:55 +0000
parents 5d1bcf01ce28
children 716c75917a10
line wrap: on
line diff
--- a/nut.c	Wed Mar 01 07:42:55 2006 +0000
+++ b/nut.c	Wed Mar 01 11:29:55 2006 +0000
@@ -1192,6 +1192,7 @@
             s->streams[stream_id],
             frame_start,
             pts,
+            0,
             frame_start - nut->stream[stream_id].last_sync_pos,
             AVINDEX_KEYFRAME);
         nut->stream[stream_id].last_sync_pos= frame_start;