You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cook: do not needlessly set *data_size to 0
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user