1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-20 07:48:15 +02:00
FFmpeg/libavformat
Andreas Rheinhardt 5d8d9e032c avformat/flacdec: Remove useless packet
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 uint8_t * and an int.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-11-17 23:44:17 +01:00
..
2019-10-29 16:20:33 +01:00
2019-10-24 19:45:17 +02:00
2019-10-21 21:05:14 -03:00
2019-10-08 13:47:16 +08:00
2019-11-16 20:57:45 +01:00
2019-09-27 12:15:50 +02:00
2019-10-08 13:46:42 +08:00
2019-11-03 11:52:32 +01:00
2019-11-12 22:21:51 -03:00