Browse Source

mjpegenc: Remove duplicate initializer

This was causing c99conv to crash.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
tags/n3.0
Derek Buitenhuis 10 years ago
parent
commit
c4ef6c883b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mjpegenc.c

+ 0
- 1
libavcodec/mjpegenc.c View File

@@ -280,7 +280,6 @@ AVCodec ff_mjpeg_encoder = {
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_MJPEG,
.priv_data_size = sizeof(MpegEncContext),
.priv_class = &mjpeg_class,
.init = ff_mpv_encode_init,
.encode2 = ff_mpv_encode_picture,
.close = ff_mpv_encode_end,


Loading…
Cancel
Save