Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-04 05:30:02 +0400
committerMans Rullgard <mans@mansr.com>2012-08-09 04:31:37 +0400
commitf69f4036f8cc3b673864dce01d2714fd5e49e8da (patch)
treec8198545eaebf8f7cb6ba5a995fa3da3675f3d38 /ffmpeg.c
parent7a851153d3fe1a9e0d60bf11053870d1ea8241e6 (diff)
mpegvideo: reduce excessive inlining of mpeg_motion()
The main benefit of inlining this function is from constant propagation for the 'field_based' argument. Instead of inlining all calls, create two versions of the function for field_based values of 0 and 1. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions