Commit a728a28d authored by Michael Niedermayer's avatar Michael Niedermayer

v308dec: remove unneeded self assignment

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4257b804
......@@ -68,7 +68,6 @@ static int v308_decode_frame(AVCodecContext *avctx, void *data,
}
*got_frame = 1;
*(AVFrame *)data = *pic;
return avpkt->size;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment