]> git.sesse.net Git - ffmpeg/commit
h264: Allow stream and container cropping at the same time
authorVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 8 Mar 2015 04:06:32 +0000 (04:06 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 30 Jun 2015 13:34:37 +0000 (15:34 +0200)
commit3e3056f2a020dd77efdf379dbd4c06a65b4a499a
tree5aae453a69553d0fba5767fb09dcc83a036be7b5
parent3ad678a85b96fc5fecd60e3d3a31ca5ffc89d67f
h264: Allow stream and container cropping at the same time

The container cropping is applied only when difference is within 16
pixels, and the smallest value between the two is chosen.

Bug-Id: 383
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavcodec/h264_slice.c