mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
lavd: add new API for iterating input and output devices
This also adds an avpriv function to register devices in libavformat
This commit is contained in:
parent
0694d87024
commit
0fd475704e
10 changed files with 253 additions and 97 deletions
3
Makefile
3
Makefile
|
|
@ -144,7 +144,8 @@ distclean:: clean
|
|||
version.h libavutil/ffversion.h libavcodec/codec_names.h \
|
||||
libavcodec/bsf_list.c libavformat/protocol_list.c \
|
||||
libavcodec/codec_list.c libavcodec/parser_list.c \
|
||||
libavformat/muxer_list.c libavformat/demuxer_list.c
|
||||
libavformat/muxer_list.c libavformat/demuxer_list.c \
|
||||
libavdevice/indev_list.c libavdevice/outdev_list.c
|
||||
ifeq ($(SRC_LINK),src)
|
||||
$(RM) src
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue