]> git.sesse.net Git - ffmpeg/commit
hevc: Avoid using LOCAL_ALIGNED for 4 byte alignment
authorMartin Storsjö <martin@martin.st>
Wed, 29 Mar 2017 10:43:40 +0000 (13:43 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 31 Mar 2017 19:06:47 +0000 (22:06 +0300)
commit26d9b60373bf45bc4f91ff6815f5fa36764d4d7b
tree23a292b5e56ac92fdd1441c5a9a631e536473e02
parent163cc67beb3ed28aeb500c9a09df47c8df613025
hevc: Avoid using LOCAL_ALIGNED for 4 byte alignment

The data types within the MvField struct themselves imply 4 byte alignment.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/hevc_mvs.c