Hi, On Thu, Jul 15, 2010 at 11:25 AM, spyfeng <[email protected]> wrote: > Author: spyfeng > Date: Thu Jul 15 17:25:40 2010 > New Revision: 5856 > > Log: > make send message is 8 bytes aligned to solve the bug that > client receive the message with error code from server side.
send_stream_selection_request() has a manual 8-byte alignment write at the bottom (after the loop) which isn't necessary anymore with this patch. I haven't checked other functions but please make sure to remove their manual 8-byte alignments also (smaller code). Ronald _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
