regenerate files
This commit is contained in:
@@ -13,7 +13,7 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(797, "FFMpegCodecData")]
|
||||
[DNAClassAttribute(797, "FFMpegCodecData", 80)]
|
||||
public class FFMpegCodecData {
|
||||
[DNAFieldAttribute(0, "int", "type", "int", 4, false)]
|
||||
public int type;
|
||||
@@ -51,7 +51,7 @@ namespace BlendFile.DNA {
|
||||
public int mux_packet_size;
|
||||
[DNAFieldAttribute(17, "int", "mux_rate", "int", 4, false)]
|
||||
public int mux_rate;
|
||||
[DNAFieldAttribute(18, "void", "*_pad1", "void", 4, true)]
|
||||
[DNAFieldAttribute(18, "void", "*_pad1", "void", 8, true)]
|
||||
public object ptr__pad1;
|
||||
public FFMpegCodecData() {
|
||||
this.type = default;
|
||||
|
||||
Reference in New Issue
Block a user