On Sun, Apr 15, 2012 at 09:52:24PM +0200, Samuel Pitoiset wrote:
> --- a/libavformat/rtmpproto.c
> +++ b/libavformat/rtmpproto.c
> @@ -106,6 +107,65 @@ static const uint8_t rtmp_server_key[] = {
>  
> +    switch (type) {
> +        case 'B':
> +            ff_amf_write_bool(&p, value[0] != '0');
> +            break;

Indent case labels at the same depth as switch.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to