100行代碼的簡單視頻播放器(ffmpeg4.1.3+SDL2.0.9)

100行代碼的簡單視頻播放器 #include <stdio.h> #include <signal.h> #include "SDL2/SDL.h" #include "libavformat/avformat.h" #include "libavcodec/avcodec.h" const char *stream_source = "/home/user1/test.mp4"; cons
相關文章
相關標籤/搜索