[FFmpeg-devel] [PATCH 1/3] lavc/options_table: Change some options location in opt table.
Michael Niedermayer
michael at niedermayer.cc
Sun Dec 16 02:03:40 EET 2018
On Sat, Dec 15, 2018 at 07:31:35PM +0800, Jun Zhao wrote:
> Change the some options location in avcodec_options to make code more
> readable.
>
> Signed-off-by: Jun Zhao <mypopydev at gmail.com>
> ---
> libavcodec/options_table.h | 48 ++++++++++++++++++++++----------------------
> 1 files changed, 24 insertions(+), 24 deletions(-)
breaks fate:
...
@@ -196,14 +197,9 @@
aspect=180/180
sar=180/180
debug=0x00000000
- cmp=0
- subcmp=0
- mbcmp=0
- ildctcmp=8
dia_size=0
last_pred=0
preme=0
- precmp=0
pre_dia_size=0
subq=8
me_range=0
@@ -215,7 +211,6 @@
sc_threshold=0
nr=0
rc_init_occupancy=0
- flags2=0x00000000
threads=1
dc=0
nssew=8
@@ -228,6 +223,11 @@
skip_factor=0
skip_exp=0
skipcmp=13
+ cmp=0
+ subcmp=0
+ mbcmp=0
+ ildctcmp=8
+ precmp=0
mblmin=236
mblmax=3658
mepc=256
Test api-png-codec-param failed. Look at tests/data/fate/api-png-codec-param.err for details.
make: *** [fate-api-png-codec-param] Error 1
make: *** Waiting for unfinished jobs....
Test api-mjpeg-codec-param failed. Look at tests/data/fate/api-mjpeg-codec-param.err for details.
make: *** [fate-api-mjpeg-codec-param] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20181216/8343e422/attachment.sig>
More information about the ffmpeg-devel
mailing list