I have downloaded videos from CDN in flv format (video H264 and audio AAC) and remux to them to MP4 format. But videos are limited by length. So i\'ve downloaded each video
In av_new_stream()
You should add the following code:
c->extradata = i_video_stream->codec->extradata; c->extradata_size = i_video_stream->codec->extradata_size;