summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
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)