diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:13:48 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:13:48 +0000 |
commit | df15903f27f15e5b54421501a78037d08edf53d4 (patch) | |
tree | 3de8063c91f7c65a93bc90cef78fc4abfd4361e8 /libavcodec/dv.c | |
parent | d9c533a521977ac277dadb3a0fe6176e6806ffa7 (diff) | |
download | ffmpeg-df15903f27f15e5b54421501a78037d08edf53d4.tar.gz |
removed unused variable
Originally committed as revision 2159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c index d454e61e67..75fd26eea9 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -628,8 +628,6 @@ static int dvvideo_decode_frame(AVCodecContext *avctx, static int dvvideo_decode_end(AVCodecContext *avctx) { - DVVideoDecodeContext *s = avctx->priv_data; - avcodec_default_free_buffers(avctx); return 0; |