summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-23 09:52:30 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-23 09:52:30 +0000
commit2a6874fd24388de531e3d1441fa8cd36517f5721 (patch)
treec743387e33a8a21d8a134b3ba54203676a00d213 /libavformat/dv.c
parent7322a67c39d6388f3ce29b63fa0b72d1d50d8fd0 (diff)
removed warnings
Originally committed as revision 1496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 1f152a2fba..d6d5fd938c 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -29,7 +29,8 @@ typedef struct DVDemuxContext {
static int dv_read_header(AVFormatContext *s,
AVFormatParameters *ap)
{
- AVStream *vst, *ast;
+ AVStream *vst;
+ // AVStream *ast;
vst = av_new_stream(s, 0);
if (!vst)