Skip to content
Snippets Groups Projects
Commit de133912 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

avcapture: remove trailing characters

parent 34111f32
No related branches found
No related tags found
1 merge request!648avcapture: rework to modernize code and fix playback issues
......@@ -193,7 +193,7 @@ didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer
currentPts = (vlc_tick_t)presentationtimestamp.value;
timeScale = (long)presentationtimestamp.timescale;
}
CVBufferRelease(imageBufferToRelease);
}
}
......@@ -454,10 +454,10 @@ static int Demux(demux_t *p_demux)
p_sys->b_es_setup = YES;
}
}
es_out_SetPCR(p_demux->out, p_block->i_pts);
es_out_Send(p_demux->out, p_sys->p_es_video, p_block);
}
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment