On 23/07/14 18:31, Mike Lockhart wrote: > Hi, > > I am using libav to encode audio/video and have started seeing the call > to codec_open2 fail when it has worked for several months. I'm not sure > what the -22 means and calling strerror() returns the useless message > "Error number -22 occurred". > > So I'm not sure what to do to fix this. > > Does anyone know what -22 means?
av_strerror should print it. if you are on an OS with non-negative error numbers strerror would have problems. The snippet seems missing btw. lu _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
