[FFmpeg-soc] [soc]: r5856 - mms/mmst.c

Ronald S. Bultje rsbultje at gmail.com
Thu Jul 15 17:30:26 CEST 2010


Hi,

On Thu, Jul 15, 2010 at 11:25 AM, spyfeng <subversion at mplayerhq.hu> 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


More information about the FFmpeg-soc mailing list