]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v308enc.c
fftools/ffmpeg: add new abort_on flag which aborts if there is a stream which receive...
[ffmpeg] / libavcodec / v308enc.c
index e88f1f464814eb503c7fdcfc85c09437c8a09419..29b7f8bedd3573bc20e7a9be888224b6b71c0cbd 100644 (file)
@@ -82,5 +82,4 @@ AVCodec ff_v308_encoder = {
     .encode2      = v308_encode_frame,
     .close        = v308_encode_close,
     .pix_fmts     = (const enum AVPixelFormat[]){ AV_PIX_FMT_YUV444P, AV_PIX_FMT_NONE },
-    .capabilities = AV_CODEC_CAP_INTRA_ONLY,
 };