Re: [FFmpeg-devel] [PATCH 4/4] avformat/flacdec: Remove useless packet

2019-11-17 Thread Michael Niedermayer
On Tue, Oct 08, 2019 at 09:24:29AM +0200, Paul B Mahol wrote: > lgtm will apply [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope signature.asc Description: PGP signature _

Re: [FFmpeg-devel] [PATCH 4/4] avformat/flacdec: Remove useless packet

2019-10-08 Thread Paul B Mahol
lgtm On 10/8/19, Andreas Rheinhardt wrote: > flac_read_timestamp() applied av_init_packet() to a packet (which > initializes all fields of the packet except for data and size) and then > went on to use only the data and size fields. In other words: Said > packet can be removed and replaced by an