mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 16:40:18 +00:00
receiving: pass received frame TS for futher sync
This commit is contained in:
@@ -292,6 +292,7 @@ audio_frame2 audio_codec_decompress(struct audio_codec_state *s, audio_frame2 *f
|
||||
if (out) {
|
||||
if (!out_frame_initialized) {
|
||||
ret.init(frame->get_channel_count(), AC_PCM, out->bps, out->sample_rate);
|
||||
ret.set_timestamp(frame->get_timestamp());
|
||||
out_frame_initialized = true;
|
||||
} else {
|
||||
assert(out->bps == ret.get_bps()
|
||||
|
||||
Reference in New Issue
Block a user