Commit 8b5deec6 authored by michael's avatar michael

cosmetic


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7639 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6bb3df6d
......@@ -722,7 +722,7 @@ static int asf_read_packet(AVFormatContext *s, AVPacket *pkt)
}
}
asf_st->frag_offset = 0;
memcpy(pkt, &asf_st->pkt, sizeof(AVPacket));
*pkt= asf_st->pkt;
//printf("packet %d %d\n", asf_st->pkt.size, asf->packet_frag_size);
asf_st->pkt.size = 0;
asf_st->pkt.data = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment