summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/v308dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/v308dec.c b/libavcodec/v308dec.c
index cddc7799ea..b6f197da51 100644
--- a/libavcodec/v308dec.c
+++ b/libavcodec/v308dec.c
@@ -68,7 +68,6 @@ static int v308_decode_frame(AVCodecContext *avctx, void *data,
}
*got_frame = 1;
- *(AVFrame *)data = *pic;
return avpkt->size;
}