Files
Xenia-Canary/third_party/ffmpeg-xenia/libavformat/protocol_list.c
Herman S. cd5df622a9 [3PP] Switch FFmpeg to latest release with port of xmaframes codec
And pull out all the xenia specific build junk into
third_party/ffmpeg-xenia rather than keeping it checked in the
submodule
2026-03-04 13:05:31 +09:00

4 lines
88 B
C

static const URLProtocol * const url_protocols[] = {
&ff_file_protocol,
NULL };