Browse Source

adpcmenc: Do not set coded_frame->key_frame.

It is already set in avcodec_alloc_frame().
tags/n0.11
Justin Ruggles 13 years ago
parent
commit
ddf70db6d7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/adpcmenc.c

+ 0
- 1
libavcodec/adpcmenc.c View File

@@ -136,7 +136,6 @@ static av_cold int adpcm_encode_init(AVCodecContext *avctx)
} }


avctx->coded_frame = avcodec_alloc_frame(); avctx->coded_frame = avcodec_alloc_frame();
avctx->coded_frame->key_frame= 1;


return 0; return 0;
error: error:


Loading…
Cancel
Save