early-access version 1680
This commit is contained in:
2
externals/ffmpeg/libavformat/mp3enc.c
vendored
2
externals/ffmpeg/libavformat/mp3enc.c
vendored
@@ -354,7 +354,7 @@ static int mp3_write_audio_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
if (mp3->xing_offset) {
|
||||
uint8_t *side_data = NULL;
|
||||
int side_data_size = 0;
|
||||
int side_data_size;
|
||||
|
||||
mp3_xing_add_frame(mp3, pkt);
|
||||
mp3->audio_size += pkt->size;
|
||||
|
Reference in New Issue
Block a user