early-access version 1680
This commit is contained in:
2
externals/ffmpeg/libavformat/latmenc.c
vendored
2
externals/ffmpeg/libavformat/latmenc.c
vendored
@@ -165,7 +165,7 @@ static int latm_write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
return ff_raw_write_packet(s, pkt);
|
||||
else {
|
||||
uint8_t *side_data;
|
||||
int side_data_size = 0, ret;
|
||||
int side_data_size, ret;
|
||||
|
||||
side_data = av_packet_get_side_data(pkt, AV_PKT_DATA_NEW_EXTRADATA,
|
||||
&side_data_size);
|
||||
|
Reference in New Issue
Block a user