[FFmpeg-devel] [PATCH] libavformat/latmenc: update commentry

2021-03-23 Thread stephen douglas
I was using the public API to encode test data from softwaretest signal generators when I came across the FIXME in latmenc.c. Thespecifications I reference regularly gives approximately 25% of the informationrequired to do the fix  (i.e. 1 out of 4use cases). The attached patch updates the comm

Re: [FFmpeg-devel] [PATCH] avformat/mpegtsenc: Preserve disposition in the absence of language

2021-04-02 Thread stephen douglas
ISO 639 language descriptors used by DVB are the 3 charecter variants hence const char *language = lang && strlen(lang->value) >= 3 ? lang->value : default_language;should beconst char *language = lang && strlen(lang->value) > 3 ? lang->value : default_language; On Saturday, 3 April 2021, 06

[FFmpeg-devel] [Patch][libavformat][mpegtsenc.c]

2020-06-03 Thread stephen douglas
This is my first post so I apologise in advance if I havegot anything wrong. The FAQ for bug reports say this is the correct place topost a patch that solved my problem, not raise a bug report and attach thepatch. I am using libav to generate video files for the HDR-FOX T2.This PVR wants a trans