]> granicus.if.org Git - handbrake/commit
Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.264 level...
authorRodeo <tdskywalker@gmail.com>
Sat, 24 Mar 2012 19:26:12 +0000 (19:26 +0000)
committerRodeo <tdskywalker@gmail.com>
Sat, 24 Mar 2012 19:26:12 +0000 (19:26 +0000)
commitbe4abed142e5d2b9fe2b8801d129de90450fbc2e
tree6b3522c679a3de4350d56e01466017e258c9219e
parentc6401fab7c5f1daf36cdb3f99c640477c19bdc01
Add hb_apply_h264_level(). Sets and ensures compliance with the specified H.264 level. Does not modify framerate and resolution but prints warnings when they are incompatible with the requested level.

Exposed to CLI users only via the --h264-level option. GUI support may come later, once we decide how to handle x264 presets/tunes/profiles.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4534 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/encx264.c
libhb/encx264.h [new file with mode: 0644]
libhb/work.c
test/test.c