diff avidec.c @ 119:602546f3cbea libavformat

Complete support for OpenDML AVIs and AVIs > 2Gb.
author romansh
date Wed, 23 Apr 2003 02:04:40 +0000
parents 9fd9b0f9e9d8
children f4de8f9c39bd
line wrap: on
line diff
--- a/avidec.c	Tue Apr 22 08:36:39 2003 +0000
+++ b/avidec.c	Wed Apr 23 02:04:40 2003 +0000
@@ -368,6 +368,7 @@
     pkt->size = avi->buf_size;
     pkt->destruct = __destruct_pkt;
     pkt->stream_index = avi->stream_index;
+    pkt->flags |= PKT_FLAG_KEY; // FIXME: We really should read index for that
     avi->stream_index = !avi->stream_index;
     return 0;
 }