Re: [FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread James Almer
On 12/4/2020 5:18 PM, Andreas Rheinhardt wrote: James Almer: On 12/4/2020 4:08 PM, Andreas Rheinhardt wrote: James Almer: On 12/4/2020 2:08 PM, Andreas Rheinhardt wrote: James Almer: Signed-off-by: James Almer --- The idea of making avpriv_packet_list_* public was not liked, and it was sugg

Re: [FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread Andreas Rheinhardt
James Almer: > On 12/4/2020 4:08 PM, Andreas Rheinhardt wrote: >> James Almer: >>> On 12/4/2020 2:08 PM, Andreas Rheinhardt wrote: James Almer: > Signed-off-by: James Almer > --- > The idea of making avpriv_packet_list_* public was not liked, and > it was > suggested to ju

Re: [FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread James Almer
On 12/4/2020 4:08 PM, Andreas Rheinhardt wrote: James Almer: On 12/4/2020 2:08 PM, Andreas Rheinhardt wrote: James Almer: Signed-off-by: James Almer --- The idea of making avpriv_packet_list_* public was not liked, and it was suggested to just use AVFifoBuffer instead. After this, the avpriv

Re: [FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread Andreas Rheinhardt
James Almer: > On 12/4/2020 2:08 PM, Andreas Rheinhardt wrote: >> James Almer: >>> Signed-off-by: James Almer >>> --- >>> The idea of making avpriv_packet_list_* public was not liked, and it was >>> suggested to just use AVFifoBuffer instead. >>> >>> After this, the avpriv_packet_list_* functions

Re: [FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread James Almer
On 12/4/2020 2:08 PM, Andreas Rheinhardt wrote: James Almer: Signed-off-by: James Almer --- The idea of making avpriv_packet_list_* public was not liked, and it was suggested to just use AVFifoBuffer instead. After this, the avpriv_packet_list_* functions can be made local to libavformat again

Re: [FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread Andreas Rheinhardt
James Almer: > Signed-off-by: James Almer > --- > The idea of making avpriv_packet_list_* public was not liked, and it was > suggested to just use AVFifoBuffer instead. > > After this, the avpriv_packet_list_* functions can be made local to > libavformat again. > > libavcodec/decode.c | 41 ++

[FFmpeg-devel] [PATCH] avcodec/decode: port last_pkt_props to AVFifoBuffer

2020-12-04 Thread James Almer
Signed-off-by: James Almer --- The idea of making avpriv_packet_list_* public was not liked, and it was suggested to just use AVFifoBuffer instead. After this, the avpriv_packet_list_* functions can be made local to libavformat again. libavcodec/decode.c | 41 +