f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
177 stars 10 forks source link

[FFMPEG Demo] Write exception in UploadTexture() ->Different linesize #140

Closed f1nalspace closed 1 year ago

f1nalspace commented 1 year ago

The demo crashes in the function UploadTexture, when the linesize is not identical with the frame width. See for more details: https://stackoverflow.com/questions/40850403/cant-write-yuv-frame-from-ffmpeg-into-yuv-file

f1nalspace commented 1 year ago

Fixed in develop branch