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

Nicolas George nicolas.george at normalesup.org
Sun Apr 22 18:32:15 CEST 2012


---
 sub/spudec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sub/spudec.c b/sub/spudec.c
index 787c3ad..0a0f7fa 100644
--- a/sub/spudec.c
+++ b/sub/spudec.c
@@ -57,8 +57,8 @@ int spu_aamode = 3;
 int spu_alignment = -1;
 float spu_gaussvar = 1.0;
 
-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;
   int data_len;
-- 
1.7.2.5



More information about the MPlayer-dev-eng mailing list