On Wed, 5 Aug 2020 at 12:54, <[email protected]> wrote: > On Wed, Aug 05, 2020 at 11:14:39AM +0100, Kieran Kunhya wrote: > > On Tue, 28 Jul 2020 at 16:31, <[email protected]> wrote: > > > > > From: Limin Wang <[email protected]> > > > > > > Signed-off-by: Limin Wang <[email protected]> > > > --- > > > > > > > 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
