ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/multimedia/ffmpeg/files/patch-libavcodec_libaomenc.c
Revision: 24602
Committed: Tue Oct 30 13:11:38 2018 UTC (5 years, 6 months ago) by laffer1
Content type: text/plain
File size: 1556 byte(s)
Log Message:
update to ffmpeg 4.x

File Contents

# Content
1 https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/b69ea742ab23
2
3 --- libavcodec/libaomenc.c.orig 2018-07-18 13:52:00 UTC
4 +++ libavcodec/libaomenc.c
5 @@ -697,10 +697,6 @@ static const AVOption options[] = {
6 "alternate reference frame selection", OFFSET(lag_in_frames), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VE},
7 { "error-resilience", "Error resilience configuration", OFFSET(error_resilient), AV_OPT_TYPE_FLAGS, {.i64 = 0}, INT_MIN, INT_MAX, VE, "er"},
8 { "default", "Improve resiliency against losses of whole frames", 0, AV_OPT_TYPE_CONST, {.i64 = AOM_ERROR_RESILIENT_DEFAULT}, 0, 0, VE, "er"},
9 - { "partitions", "The frame partitions are independently decodable "
10 - "by the bool decoder, meaning that partitions can be decoded even "
11 - "though earlier partitions have been lost. Note that intra predicition"
12 - " is still done over the partition boundary.", 0, AV_OPT_TYPE_CONST, {.i64 = AOM_ERROR_RESILIENT_PARTITIONS}, 0, 0, VE, "er"},
13 { "crf", "Select the quality for constant quality mode", offsetof(AOMContext, crf), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 63, VE },
14 { "static-thresh", "A change threshold on blocks below which they will be skipped by the encoder", OFFSET(static_thresh), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
15 { "drop-threshold", "Frame drop threshold", offsetof(AOMContext, drop_threshold), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, VE },

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain