OSDN Git Service

mpegvideo: drop unnecessary arguments to hpel_motion()
authorMans Rullgard <mans@mansr.com>
Sat, 4 Aug 2012 01:51:27 +0000 (02:51 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 16 Sep 2012 10:18:21 +0000 (11:18 +0100)
commit2568646abb6568b1d329f800a046832adc48acd4
treec1b20dc9850e7e21e40194ec3f4e19cb05d8c1c5
parent66f5a6b41900532fed1e2c8d63745c42c9676df3
mpegvideo: drop unnecessary arguments to hpel_motion()

These arguments are either constants or copies of MpegEncContext
fields just as easily accessed within the function.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpegvideo_motion.c