On Fri Sep 13 16:51:13 2024 +0000, Emil Velikov wrote:
Out of curiosity: why do we pass stream_size as pointer to an int, instead of an int directly? Sorry for the belated questions :bow:
That was to return the actual detected media size from the demuxer, in case it can figure it out better than the caller (which may also be unable to provide it).