mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
Complete support for OpenDML AVIs and AVIs > 2Gb.
Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user