OSDN Git Service

Use uint8_t instead of uint16_t pointer in kega decoder.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 5 Mar 2013 23:35:08 +0000 (00:35 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 5 Mar 2013 23:35:08 +0000 (00:35 +0100)
commit96d2e4d61a51e4d0c7cc9e78b95d49c833b0459f
tree059e9af83c3b61f8514c64134d7df5b476f7e8e0
parent940b06aeb8927ca78239007b7b19f2f160055d0c
Use uint8_t instead of uint16_t pointer in kega decoder.

This change allows to remove a few casts and avoids
a potential pointer aliasing violation.
libavcodec/kgv1dec.c