Changeset bb73cda2 in ffmpeg

Timestamp:
Sep 6, 2011, 6:13:28 PM (13 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
f83c4518
Parents:
d8dee0e7
git-author:
Anton Khirnov <anton@khirnov.net> (09/01/11 10:59:29)
git-committer:
Anton Khirnov <anton@khirnov.net> (09/06/11 18:13:28)
Message:

libx264: fix setting some options.

Specifically: gop_size, max_b_frames, scenechange_threshold, qmin, qmax,
max_qdiff, qblur, qcompress and refs.

Change their default values to -1 and only use them if the user
explicitly set them. Otherwise x264 defaults are used.

Move setting those options after x264_param_default_preset(), so they
don't get overwritten by it.

(No files)

Note: See TracChangeset for help on using the changeset viewer.