diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 14:43:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 14:43:09 +0100 |
commit | a728a28dac581ca1faa12981ed30da3b9243d245 (patch) | |
tree | 2972f4920a7d56e8333642c54b1901a6ed196c90 /libavcodec/v308dec.c | |
parent | 4257b804e2354db07e66ebfd966d7d13f49c7895 (diff) | |
download | ffmpeg-a728a28dac581ca1faa12981ed30da3b9243d245.tar.gz |
v308dec: remove unneeded self assignment
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/v308dec.c')
-rw-r--r-- | libavcodec/v308dec.c | 1 |
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; } |