[FFmpeg-cvslog] libgsm: remove dupe assigment.

Paul B Mahol git at videolan.org
Sat Jan 28 22:24:30 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Jan 28 19:46:47 2012 +0000| [5291cedd6ca39c7e33b5c0ad543aad8890107104] | committer: Michael Niedermayer

libgsm: remove dupe assigment.

Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5291cedd6ca39c7e33b5c0ad543aad8890107104
---

 libavcodec/libgsm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/libgsm.c b/libavcodec/libgsm.c
index 203e360..9193874 100644
--- a/libavcodec/libgsm.c
+++ b/libavcodec/libgsm.c
@@ -72,7 +72,6 @@ static av_cold int libgsm_encode_init(AVCodecContext *avctx) {
     }
 
     avctx->coded_frame= avcodec_alloc_frame();
-    avctx->coded_frame->key_frame= 1;
     if (!avctx->coded_frame)
         goto error;
 



More information about the ffmpeg-cvslog mailing list