mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Convert vp56_mv to 16-bit.
Saves nothing except a bit of memory/cache now, but will allow future optimizations. Originally committed as revision 24411 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d864dee8ab
commit
d229ae2b62
@ -62,8 +62,8 @@ typedef struct {
|
||||
} VP56RefDc;
|
||||
|
||||
struct vp56_mv {
|
||||
int x;
|
||||
int y;
|
||||
int16_t x;
|
||||
int16_t y;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user