]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sgienc.c
avcodec: Remove deprecated coder type options
[ffmpeg] / libavcodec / sgienc.c
index 3aa0c7f4a59822ba35d53d93997f16a137eb7d36..2a898f5a4ffaae671c2f4b55ecc93acb794c4667 100644 (file)
@@ -105,13 +105,6 @@ FF_DISABLE_DEPRECATION_WARNINGS
     avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
     avctx->coded_frame->key_frame = 1;
 FF_ENABLE_DEPRECATION_WARNINGS
-#endif
-
-#if FF_API_CODER_TYPE
-FF_DISABLE_DEPRECATION_WARNINGS
-    if (avctx->coder_type == FF_CODER_TYPE_RAW)
-        s->rle = 0;
-FF_ENABLE_DEPRECATION_WARNINGS
 #endif
 
     width  = avctx->width;