Commit 11344792 authored by Michael Niedermayer's avatar Michael Niedermayer

lavc/utils: remove unused variable from avcodec_encode_video2.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7d75febe
......@@ -1201,7 +1201,6 @@ int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
{
int ret;
int user_packet = !!avpkt->data;
void *new_data;
*got_packet_ptr = 0;
......
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