]> git.sesse.net Git - ffmpeg/commit
dv: simplify bitstream splicing in dv_decode_ac()
authorMans Rullgard <mans@mansr.com>
Sat, 26 Nov 2011 18:48:16 +0000 (18:48 +0000)
committerMans Rullgard <mans@mansr.com>
Sat, 26 Nov 2011 20:52:09 +0000 (20:52 +0000)
commitb6ae0866821df5f3b83f6b7f5c281d9a3e36b7ee
tree988f476974ce3f91c62f57dbe135d76e4dfe5a8d
parentb02aa3a8eaa5673f36cfd944fe23dc3ea02b38f6
dv: simplify bitstream splicing in dv_decode_ac()

This is simpler and fixes some overflow checker warnings.

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