[MPlayer-dev-eng] [PATCH 1/2] spudec: add prefix to structure name.

Diego Biurrun diego at biurrun.de
Sun Apr 22 19:07:06 CEST 2012


On Sun, Apr 22, 2012 at 06:32:15PM +0200, Nicolas George wrote:
> --- a/sub/spudec.c
> +++ b/sub/spudec.c
> @@ -57,8 +57,8 @@ int spu_aamode = 3;
>  
> -typedef struct packet_t packet_t;
> -struct packet_t {
> +typedef struct spu_packet_t packet_t;
> +struct spu_packet_t {
>    int is_decoded;
>    unsigned char *packet;

Why?  Your log message should explain the change.

Diego


More information about the MPlayer-dev-eng mailing list