Ok, I'm just using it for code reference just some of the parts so I guess that would be fine. I'm also looking into the example list.
Also while in debugging I notice that on adding two new streams(video and audio one after another) using avformat_new_streams, the nb_streams (number of streams) field of AVFormatContext shows value as 2. But when I expand the streams field(in watch windows) I see only one stream(VIDEO) with index = 0 and id = 0, corresponding codec context with codec id set to AVMEDIA_TYPE_VIDEO. However I'm not able to see the other stream (AUDIO) and corresponding codec context. Is this fine? I'm debugging in vc++ 2012 with libav 9.1. Thanks, Pradeep -- View this message in context: http://libav-users.943685.n4.nabble.com/Audio-and-Video-Stream-copy-tp4657192p4657195.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
