Closed hbiyik closed 1 year ago
https://github.com/hbiyik/FFmpeg/blob/cf6e1766c219aa52855c090b6f6d0699c77d25c2/libavcodec/rkplane.c#L269
no need to reinvent the wheel, both ffmpeg and drm_fourcc gives enough interface to get format details. This needs some refactoring
fixed in https://github.com/hbiyik/FFmpeg/tree/exp_refactor_rkplane
https://github.com/hbiyik/FFmpeg/blob/cf6e1766c219aa52855c090b6f6d0699c77d25c2/libavcodec/rkplane.c#L269
no need to reinvent the wheel, both ffmpeg and drm_fourcc gives enough interface to get format details. This needs some refactoring