mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-09-03 19:01:26 +02:00
libeplayer3: change extradata handling
This commit is contained in:
@@ -152,8 +152,8 @@ static int writeData(WriterAVCallData_t *call)
|
||||
iov[ic++].iov_len = FakeHeaderLength;
|
||||
|
||||
if (initialHeader) {
|
||||
iov[ic].iov_base = call->private_data;
|
||||
iov[ic++].iov_len = call->private_size;
|
||||
iov[ic].iov_base = call->stream->codec->extradata;
|
||||
iov[ic++].iov_len = call->stream->codec->extradata_size;
|
||||
|
||||
initialHeader = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user