Projects
Multimedia
avidemux3
libavcodec_mpegvideo_enc.c.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libavcodec_mpegvideo_enc.c.patch of Package avidemux3 (Revision 19)
Currently displaying revision
19
,
Show latest
--- libavcodec/mpegvideo_enc.c.orig 2015-09-10 21:42:19.055613989 +0200 +++ libavcodec/mpegvideo_enc.c 2015-09-10 21:42:19.096613316 +0200 @@ -498,14 +498,14 @@ "Warning vbv_delay will be set to 0xFFFF (=VBR) as the " "specified vbv buffer is too large for the given bitrate!\n"); } - +#if 0 // MEANX if ((s->avctx->flags & AV_CODEC_FLAG_4MV) && s->codec_id != AV_CODEC_ID_MPEG4 && s->codec_id != AV_CODEC_ID_H263 && s->codec_id != AV_CODEC_ID_H263P && s->codec_id != AV_CODEC_ID_FLV1) { av_log(avctx, AV_LOG_ERROR, "4MV not supported by codec\n"); return -1; } - +#endif if (s->obmc && s->avctx->mb_decision != FF_MB_DECISION_SIMPLE) { av_log(avctx, AV_LOG_ERROR, "OBMC is only supported with simple mb decision\n"); @@ -597,7 +597,7 @@ av_log(avctx, AV_LOG_ERROR, "interlacing not supported by codec\n"); return -1; } - +#if 0 // MEANX // FIXME mpeg2 uses that too if (s->mpeg_quant && ( s->codec_id != AV_CODEC_ID_MPEG4 && s->codec_id != AV_CODEC_ID_MPEG2VIDEO)) { @@ -605,7 +605,7 @@ "mpeg2 style quantization not supported by codec\n"); return -1; } - +#endif if ((s->mpv_flags & FF_MPV_FLAG_CBP_RD) && !avctx->trellis) { av_log(avctx, AV_LOG_ERROR, "CBP RD needs trellis quant\n"); return -1;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.