Hi Nimo S,
For your problem you can change pstrcpy(is->filename, sizeof(is->filename), argv[1]); to av_strlcpy(is->filename, argv[1],sizeof(is->filename)); and all will be fine ... Regards Gilles M -- View this message in context: http://libav-users.943685.n4.nabble.com/Tutorial-08-Software-Scaling-I-got-an-error-running-this-program-Any-hints-would-be-very-helpful-tp3235913p3257560.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
