dcadec: Delete redundant init_get_bits call
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Apr 2014 08:26:57 +0000 (10:26 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 14 Apr 2014 09:56:26 +0000 (11:56 +0200)
commitb3d905b702dcdda9e3ae2bcb7b5580ca77a96ab7
tree2dd7ebd7eda6ea34dada860fe293303f5bf326c6
parent4d40e073dcdef335215c124d340ea156bc4bdf13
dcadec: Delete redundant init_get_bits call

No initialization is needed in dca_decode_frame, because the next
thing it does is calling dca_parse_frame_header, which takes care of
the needed initialization.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/dcadec.c