mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavd/fbdev_enc: move list device code to fbdev_common
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
@@ -27,8 +27,12 @@
|
||||
#include <linux/fb.h>
|
||||
#include "libavutil/pixfmt.h"
|
||||
|
||||
struct AVDeviceInfoList;
|
||||
|
||||
enum AVPixelFormat ff_get_pixfmt_from_fb_varinfo(struct fb_var_screeninfo *varinfo);
|
||||
|
||||
const char* ff_fbdev_default_device(void);
|
||||
|
||||
int ff_fbdev_get_device_list(struct AVDeviceInfoList *device_list);
|
||||
|
||||
#endif /* AVDEVICE_FBDEV_COMMON_H */
|
||||
|
||||
Reference in New Issue
Block a user