So I have some uint8_t buf
or FILE buf
with FLV Video tag. We know its a video tag but we do not know in what codeck it is. We know its with a Key frame.
How using FFmpeg C librarys to decode that encoded frame into RGB or YCbCr?
So I have some uint8_t buf
or FILE buf
with FLV Video tag. We know its a video tag but we do not know in what codeck it is. We know its with a Key frame.
How using FFmpeg C librarys to decode that encoded frame into RGB or YCbCr?