[FFmpeg-devel] [PATCH] Add nit flag support v.2

Marton Balint cus at passwd.hu
Fri May 21 00:15:18 EEST 2021



On Tue, 18 May 2021, Ubaldo Porcheddu wrote:

> Signed-off-by: Ubaldo Porcheddu <ubaldo at eja.it>
> ---
> doc/muxers.texi         |   7 +++-
> libavformat/mpegtsenc.c | 100 +++++++++++++++++++++++++++++++++++++++++++++---
> 2 files changed, 101 insertions(+), 6 deletions(-)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index e1c6ad0829..e77055e7ef 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -1876,6 +1876,8 @@ Reemit PAT and PMT at each video frame.
> Conform to System B (DVB) instead of System A (ATSC).
> @item initial_discontinuity
> Mark the initial packet of each stream as discontinuity.
> + at item nit
> +Emit NIT table.
> @end table

Thanks, applied with some minor changes:
  - removed trailing whitespace
  - fixed network_descriptors_length
  - fixed reserved_future_use flag in the start of the section
  - removed unused program variable
  - emit first NIT after PAT
  - some other cosmetics

Regards,
Marton


More information about the ffmpeg-devel mailing list