mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
Merge commit 'b3d905b702dcdda9e3ae2bcb7b5580ca77a96ab7'
* commit 'b3d905b702dcdda9e3ae2bcb7b5580ca77a96ab7': dcadec: Delete redundant init_get_bits call Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
9468e9e5a2
@ -2142,7 +2142,6 @@ static int dca_decode_frame(AVCodecContext *avctx, void *data,
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
||||
init_get_bits(&s->gb, s->dca_buffer, s->dca_buffer_size * 8);
|
||||
if ((ret = dca_parse_frame_header(s)) < 0) {
|
||||
//seems like the frame is corrupt, try with the next one
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user