eamad: use the bytestream2 API instead of AV_RL
authorAnton Khirnov <anton@khirnov.net>
Sun, 20 Jul 2014 12:06:47 +0000 (12:06 +0000)
committerAnton Khirnov <anton@khirnov.net>
Sun, 27 Jul 2014 07:10:54 +0000 (07:10 +0000)
commit541427ab4d5b4b6f5a90a687a06decdb78e7bc3c
treee4326d66d5f733e5978f40231572c5cb7d08bfb4
parent7215fcf84032118ecd9fb54fb14154d69fea638d
eamad: use the bytestream2 API instead of AV_RL

This is safer and possibly fixes invalid reads on truncated data.

CC:libav-stable@libav.org
libavcodec/eamad.c