Browse Source

v210enc: remove redundant assignment

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Paul B Mahol Michael Niedermayer 14 years ago
parent
commit
7299e5d52b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/v210enc.c

+ 0
- 1
libavcodec/v210enc.c View File

@@ -44,7 +44,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
if (!avctx->coded_frame)
return AVERROR(ENOMEM);

avctx->coded_frame->key_frame = 1;
avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;

return 0;


Loading…
Cancel
Save