Hi On Thu, Jul 15, 2010 at 11:30 PM, Ronald S. Bultje <[email protected]>wrote:
> 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). > > removed. I added it according to the wireshark logs. now I know why it didn't work without the padding. thanks -- Best wishes~ _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
