Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-21 17:43:09 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-21 17:43:09 +0400
commita728a28dac581ca1faa12981ed30da3b9243d245 (patch)
tree2972f4920a7d56e8333642c54b1901a6ed196c90 /libavcodec/v308dec.c
parent4257b804e2354db07e66ebfd966d7d13f49c7895 (diff)
v308dec: remove unneeded self assignment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/v308dec.c')
-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;
}