diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-07-17 10:26:02 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-07-17 10:26:02 +0000 |
commit | 590403c7023c37a7dd43216446a9780e2add0097 (patch) | |
tree | 166d3b4b2d3b50655aaf8b98ffc95a0b94111c6c /libavformat/mpeg.c | |
parent | 019ac05ace07ce3e911b90acaee64758028e7375 (diff) | |
download | ffmpeg-590403c7023c37a7dd43216446a9780e2add0097.tar.gz |
removed warnings
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r-- | libavformat/mpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 68efa86c5e..0c34769358 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -406,7 +406,6 @@ static int mpeg_mux_end(AVFormatContext *ctx) 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, |