Browse Source

cook: do not needlessly set *data_size to 0

tags/n0.9
Justin Ruggles 13 years ago
parent
commit
6631294c26
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/cook.c

+ 0
- 1
libavcodec/cook.c View File

@@ -975,7 +975,6 @@ static int cook_decode_frame(AVCodecContext *avctx,
}

/* decode supbackets */
*data_size = 0;
for(i=0;i<q->num_subpackets;i++){
q->subpacket[i].bits_per_subpacket = (q->subpacket[i].size*8)>>q->subpacket[i].bits_per_subpdiv;
q->subpacket[i].ch_idx = chidx;


Loading…
Cancel
Save