mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 18:48:27 +00:00
Merge remote-tracking branch 'qatar/master'
* qatar/master:
libavformat/mpegts: expose raw packet size
Conflicts:
libavformat/mpegts.c
See: f9b997c337
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
c849b00b80
@ -146,7 +146,7 @@ static const AVOption mpegtsraw_options[] = {
|
||||
{"compute_pcr", "Compute exact PCR for each transport stream packet.", offsetof(MpegTSContext, mpeg2ts_compute_pcr), AV_OPT_TYPE_INT,
|
||||
{.i64 = 0}, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
|
||||
{"ts_packetsize", "Output option carrying the raw packet size.", offsetof(MpegTSContext, raw_packet_size), AV_OPT_TYPE_INT,
|
||||
{.i64 = 0}, 0, 0, AV_OPT_FLAG_METADATA },
|
||||
{.i64 = 0}, 0, 0, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_EXPORT | AV_OPT_FLAG_READONLY },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
@ -161,7 +161,7 @@ static const AVOption mpegts_options[] = {
|
||||
{"fix_teletext_pts", "Try to fix pts values of dvb teletext streams.", offsetof(MpegTSContext, fix_teletext_pts), AV_OPT_TYPE_INT,
|
||||
{.i64 = 1}, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
|
||||
{"ts_packetsize", "Output option carrying the raw packet size.", offsetof(MpegTSContext, raw_packet_size), AV_OPT_TYPE_INT,
|
||||
{.i64 = 0}, 0, 0, AV_OPT_FLAG_METADATA },
|
||||
{.i64 = 0}, 0, 0, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_EXPORT | AV_OPT_FLAG_READONLY },
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user