7 lines
100 B
C#
7 lines
100 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct AVIODirContext
|
|
{
|
|
public unsafe URLContext* url_context;
|
|
}
|