[Ffmpeg-cvslog] r7639 - trunk/libavformat/asf.c
michael
subversion
Mon Jan 22 02:21:16 CET 2007
Author: michael
Date: Mon Jan 22 02:21:16 2007
New Revision: 7639
Modified:
trunk/libavformat/asf.c
Log:
cosmetic
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c (original)
+++ trunk/libavformat/asf.c Mon Jan 22 02:21:16 2007
@@ -722,7 +722,7 @@
}
}
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;
More information about the ffmpeg-cvslog
mailing list