mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-25 08:56:59 +08: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:
@@ -83,6 +83,7 @@ static int dv_read_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
pkt->data = c->buf;
|
||||
pkt->size = c->size;
|
||||
pkt->stream_index = c->is_audio;
|
||||
pkt->flags |= PKT_FLAG_KEY;
|
||||
|
||||
c->is_audio = !c->is_audio;
|
||||
return c->size;
|
||||
|
||||
Reference in New Issue
Block a user