On Wed, 5 Aug 2020 at 12:54, <lance.lmw...@gmail.com> wrote: > On Wed, Aug 05, 2020 at 11:14:39AM +0100, Kieran Kunhya wrote: > > On Tue, 28 Jul 2020 at 16:31, <lance.lmw...@gmail.com> wrote: > > > > > From: Limin Wang <lance.lmw...@gmail.com> > > > > > > Signed-off-by: Limin Wang <lance.lmw...@gmail.com> > > > --- > > > > > > > Hi, > > > > There is already libdvbpsi or bitstream for these kind of applications, > it > > should not go in FFmpeg, nor in public API. > > The major goal of the patchset is to support the audio descriptor(AC3) > pass through > as some fields are needed by some IRDs. > > I have no clues how to use libdvbpsi or bitstream library to achieve that, > please > give comments. >
Why does it need to be public api? The flaw with this method is that PSI is a separate data stream that doesn't fit within AVPacket or AVFrame etc, so it's a hack to just add it to AVPacket. Kieran _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".