Browse Source

lavc/utils: remove unused variable from avcodec_encode_video2.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
11344792e8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/utils.c

+ 0
- 1
libavcodec/utils.c View File

@@ -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;



Loading…
Cancel
Save