mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
Removed ptr->bufferdatatype fromc all to pess_header_dump.
This commit is contained in:
parent
9f2cd33a82
commit
2d767569c9
@ -486,7 +486,7 @@ int copy_capbuf_demux_data(struct ccx_demuxer *ctx, struct demuxer_data **data,
|
||||
vpesdatalen = read_video_pes_header(ctx, ptr, cinfo->capbuf, &pesheaderlen, cinfo->capbuflen);
|
||||
if (ccx_options.pes_header_to_stdout)
|
||||
{
|
||||
pes_header_dump(cinfo->capbuf, pesheaderlen, ptr->bufferdatatype);
|
||||
pes_header_dump(cinfo->capbuf, pesheaderlen);
|
||||
}
|
||||
if (vpesdatalen < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user