Emanuele Rodolà wrote: > But now I need to output 640x240 frames (basically, the > original frames put side by side with their processed versions).
You have a call to av_codec_open somewhere. An argument to that is a AVCodecContext, which has two fields called "width" and "height". Amitha. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
