[FFmpeg-soc] [soc]: r5905 - mms/mmsh.c
spyfeng
subversion at mplayerhq.hu
Thu Aug 12 19:17:36 CEST 2010
Author: spyfeng
Date: Thu Aug 12 19:17:36 2010
New Revision: 5905
Log:
vertical alignment.
Modified:
mms/mmsh.c
Modified: mms/mmsh.c
==============================================================================
--- mms/mmsh.c Thu Aug 12 19:16:26 2010 (r5904)
+++ mms/mmsh.c Thu Aug 12 19:17:36 2010 (r5905)
@@ -339,7 +339,7 @@ static int mmsh_read(URLContext *h, uint
{
int res = 0;
MMSHContext *mmsh = h->priv_data;
- MMSContext *mms = &mmsh->mms;
+ MMSContext *mms = &mmsh->mms;
do{
if (mms->asf_header_read_size < mms->asf_header_size) {
// copy asf header into buffer
More information about the FFmpeg-soc
mailing list