Team, We are using FFMPEG 5.0 in our system. When we are calling avcodec_send_packet() it is always returning 0, however the same code is working for 64bit rendering. Please advise if there is anything we have to do for 32bit rendering. Please note that below mentioned issue is only occurring for H.265 codec in 32bit. For any other codes it is working in both 32bit and 64bit.
We are compiling FFMPEG using MINGW in Windows 10 environment with following configure command - ./configure --toolchain=msvc --prefix=ffmpeg/ --disable-static --enable-shared --disable-pthreads --enable-w32threads --enable-runtime-cpudetect --disable-debug --arch=x86_32 //Kunal Rudra. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
