diff mpeg.c @ 178:d1290621cc6a libavformat

removed warnings
author bellard
date Thu, 17 Jul 2003 10:26:02 +0000
parents 7d56e9f83fdb
children 94fa5e3367ed
line wrap: on
line diff
--- a/mpeg.c	Thu Jul 17 10:25:36 2003 +0000
+++ b/mpeg.c	Thu Jul 17 10:26:02 2003 +0000
@@ -406,7 +406,6 @@
 static int mpegps_probe(AVProbeData *p)
 {
     int code, c, i;
-    const uint8_t *d;
 
     code = 0xff;
     /* we search the first start code. If it is a packet start code,