[FFmpeg-soc] [soc]: r5860 - mms/mmst.c
spyfeng
subversion at mplayerhq.hu
Thu Jul 15 18:17:52 CEST 2010
Author: spyfeng
Date: Thu Jul 15 18:17:51 2010
New Revision: 5860
Log:
remove the manual padd for 8 bytes aligned which will be done in send_command_packet().
Modified:
mms/mmst.c
Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c Thu Jul 15 18:02:32 2010 (r5859)
+++ mms/mmst.c Thu Jul 15 18:17:51 2010 (r5860)
@@ -516,9 +516,6 @@ static int send_stream_selection_request
bytestream_put_le16(&mms->write_out_ptr, mms->streams[i].id); // stream id
bytestream_put_le16(&mms->write_out_ptr, 0); // selection
}
-
- bytestream_put_le16(&mms->write_out_ptr, 0);
-
return send_command_packet(mms);
}
More information about the FFmpeg-soc
mailing list