Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
aubuf: copy auframe id
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Dec 22, 2022
1 parent c8d8fb7 commit 3d17fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aubuf/aubuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ static void read_auframe(struct aubuf *ab, struct auframe *af)
(void)mbuf_read_mem(f->mb, p, n);
ab->cur_sz -= n;

af->id = f->af.id;
af->srate = f->af.srate;
af->ch = f->af.ch;
af->timestamp = f->af.timestamp;
Expand Down

0 comments on commit 3d17fc2

Please sign in to comment.