summaryrefslogtreecommitdiffstats
path: root/libavformat/avidec.c
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-04-23 02:04:40 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-04-23 02:04:40 +0000
commite738cee9c4feb258d57bf4b4975e12f561f9eb4f (patch)
tree79472f1f6c6ac8cfb038f42f7920276281a0f572 /libavformat/avidec.c
parent80097bbf712ca2f577b375d6ba94e3957b2c2e78 (diff)
downloadffmpeg-streaming-e738cee9c4feb258d57bf4b4975e12f561f9eb4f.zip
ffmpeg-streaming-e738cee9c4feb258d57bf4b4975e12f561f9eb4f.tar.gz
Complete support for OpenDML AVIs and AVIs > 2Gb.
Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avidec.c')
-rw-r--r--libavformat/avidec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index 50899b0..5d3bb8a 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -368,6 +368,7 @@ pkt_init:
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;
}
OpenPOWER on IntegriCloud