@libmedia/avutil 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/cjs/struct/audiosample.cjs +113 -111
  2. package/dist/cjs/struct/audiosample.js.map +1 -1
  3. package/dist/cjs/struct/avbuffer.cjs +274 -269
  4. package/dist/cjs/struct/avbuffer.js.map +1 -1
  5. package/dist/cjs/struct/avcodecparameters.cjs +328 -326
  6. package/dist/cjs/struct/avcodecparameters.js.map +1 -1
  7. package/dist/cjs/struct/avdict.cjs +56 -54
  8. package/dist/cjs/struct/avdict.js.map +1 -1
  9. package/dist/cjs/struct/avframe.cjs +630 -625
  10. package/dist/cjs/struct/avframe.js.map +1 -1
  11. package/dist/cjs/struct/avpacket.cjs +232 -228
  12. package/dist/cjs/struct/avpacket.js.map +1 -1
  13. package/dist/cjs/struct/avpcmbuffer.cjs +116 -113
  14. package/dist/cjs/struct/avpcmbuffer.js.map +1 -1
  15. package/dist/cjs/struct/encryption.cjs +214 -211
  16. package/dist/cjs/struct/encryption.js.map +1 -1
  17. package/dist/cjs/struct/rational.cjs +28 -26
  18. package/dist/cjs/struct/rational.js.map +1 -1
  19. package/dist/esm/AVStream.d.ts +4 -4
  20. package/dist/esm/codecs/aac.d.ts +2 -2
  21. package/dist/esm/codecs/av1.d.ts +2 -2
  22. package/dist/esm/codecs/flac.d.ts +2 -2
  23. package/dist/esm/codecs/h264.d.ts +3 -3
  24. package/dist/esm/codecs/hevc.d.ts +3 -3
  25. package/dist/esm/codecs/mp3.d.ts +2 -2
  26. package/dist/esm/codecs/mpeg4.d.ts +1 -1
  27. package/dist/esm/codecs/mpegvideo.d.ts +1 -1
  28. package/dist/esm/codecs/opus.d.ts +2 -2
  29. package/dist/esm/codecs/vp8.d.ts +3 -3
  30. package/dist/esm/codecs/vp9.d.ts +3 -3
  31. package/dist/esm/codecs/vvc.d.ts +3 -3
  32. package/dist/esm/constant.d.ts +1 -1
  33. package/dist/esm/function/analyzeAVFormat.d.ts +1 -1
  34. package/dist/esm/function/analyzeUrlIOLoader.d.ts +1 -1
  35. package/dist/esm/function/audioData2AVFrame.d.ts +1 -1
  36. package/dist/esm/function/avPCMBuffer2AVFrame.d.ts +2 -2
  37. package/dist/esm/function/avframe2AudioData.d.ts +1 -1
  38. package/dist/esm/function/avframe2VideoFrame.d.ts +2 -2
  39. package/dist/esm/function/avpacket2EncodedAudioChunk.d.ts +1 -1
  40. package/dist/esm/function/avpacket2EncodedVideoChunk.d.ts +1 -1
  41. package/dist/esm/function/constant/webcodecs.d.ts +1 -1
  42. package/dist/esm/function/encodedAudioChunk2AVPacket.d.ts +1 -1
  43. package/dist/esm/function/encodedVideoChunk2AVPacket.d.ts +1 -1
  44. package/dist/esm/function/getAudioCodec.d.ts +1 -1
  45. package/dist/esm/function/getAudioMimeType.d.ts +1 -1
  46. package/dist/esm/function/getVideoCodec.d.ts +1 -1
  47. package/dist/esm/function/getVideoMimeType.d.ts +1 -1
  48. package/dist/esm/function/getWasmUrl.d.ts +1 -1
  49. package/dist/esm/function/hasAlphaChannel.d.ts +1 -1
  50. package/dist/esm/function/isHdr.d.ts +1 -1
  51. package/dist/esm/function/videoFrame2AVFrame.d.ts +2 -2
  52. package/dist/esm/implement/AVFramePoolImpl.d.ts +2 -2
  53. package/dist/esm/implement/AVPCMBufferPoolImpl.d.ts +2 -2
  54. package/dist/esm/implement/AVPacketPoolImpl.d.ts +2 -2
  55. package/dist/esm/index.d.ts +54 -54
  56. package/dist/esm/internal.d.ts +26 -26
  57. package/dist/esm/pixelFormatDescriptor.d.ts +1 -1
  58. package/dist/esm/sampleFormatDescriptor.d.ts +1 -1
  59. package/dist/esm/stringEnum.d.ts +5 -5
  60. package/dist/esm/struct/audiosample.d.ts +1 -1
  61. package/dist/esm/struct/audiosample.js +105 -106
  62. package/dist/esm/struct/avbuffer.js +262 -265
  63. package/dist/esm/struct/avbuffer.js.map +1 -1
  64. package/dist/esm/struct/avcodecparameters.d.ts +7 -7
  65. package/dist/esm/struct/avcodecparameters.js +325 -325
  66. package/dist/esm/struct/avdict.js +50 -51
  67. package/dist/esm/struct/avframe.d.ts +6 -6
  68. package/dist/esm/struct/avframe.js +615 -619
  69. package/dist/esm/struct/avframe.js.map +1 -1
  70. package/dist/esm/struct/avpacket.d.ts +3 -3
  71. package/dist/esm/struct/avpacket.js +220 -223
  72. package/dist/esm/struct/avpacket.js.map +1 -1
  73. package/dist/esm/struct/avpcmbuffer.d.ts +1 -1
  74. package/dist/esm/struct/avpcmbuffer.js +110 -111
  75. package/dist/esm/struct/avsubtitle.d.ts +1 -1
  76. package/dist/esm/struct/encryption.js +205 -207
  77. package/dist/esm/struct/encryption.js.map +1 -1
  78. package/dist/esm/struct/rational.js +25 -25
  79. package/dist/esm/util/avbuffer.d.ts +2 -2
  80. package/dist/esm/util/avdict.d.ts +2 -2
  81. package/dist/esm/util/avframe.d.ts +2 -2
  82. package/dist/esm/util/avpacket.d.ts +2 -2
  83. package/dist/esm/util/channel.d.ts +1 -1
  84. package/dist/esm/util/codecparameters.d.ts +3 -3
  85. package/dist/esm/util/encryption.d.ts +1 -1
  86. package/dist/esm/util/pcm.d.ts +1 -1
  87. package/dist/esm/util/pixel.d.ts +1 -1
  88. package/dist/esm/util/rational.d.ts +1 -1
  89. package/dist/esm/util/sample.d.ts +1 -1
  90. package/dist/esm/util/serialize.d.ts +6 -6
  91. package/package.json +3 -3
@@ -14,125 +14,124 @@ export class AVBuffer {
14
14
  opaque=0;
15
15
  flags=0;
16
16
  flagsInternal=0;
17
+ static {
18
+ const prototype = this.prototype, map = new Map;
19
+ map.set("data", {
20
+ 0: 2,
21
+ 1: 1,
22
+ 2: 1,
23
+ 3: 0,
24
+ 4: 0,
25
+ 5: 0,
26
+ 6: 0,
27
+ 7: 0,
28
+ 8: 0
29
+ }), map.set("size", {
30
+ 0: 25,
31
+ 1: 0,
32
+ 2: 0,
33
+ 3: 0,
34
+ 4: 0,
35
+ 5: 0,
36
+ 6: 0,
37
+ 7: 4,
38
+ 8: 0
39
+ }), map.set("refcount", {
40
+ 0: 9,
41
+ 1: 0,
42
+ 2: 0,
43
+ 3: 0,
44
+ 4: 0,
45
+ 5: 0,
46
+ 6: 0,
47
+ 7: 8,
48
+ 8: 0
49
+ }), map.set("free", {
50
+ 0: 1,
51
+ 1: 1,
52
+ 2: 1,
53
+ 3: 0,
54
+ 4: 0,
55
+ 5: 0,
56
+ 6: 0,
57
+ 7: 12,
58
+ 8: 0
59
+ }), map.set("opaque", {
60
+ 0: 1,
61
+ 1: 1,
62
+ 2: 1,
63
+ 3: 0,
64
+ 4: 0,
65
+ 5: 0,
66
+ 6: 0,
67
+ 7: 16,
68
+ 8: 0
69
+ }), map.set("flags", {
70
+ 0: 15,
71
+ 1: 0,
72
+ 2: 0,
73
+ 3: 0,
74
+ 4: 0,
75
+ 5: 0,
76
+ 6: 0,
77
+ 7: 20,
78
+ 8: 0
79
+ }), map.set("flagsInternal", {
80
+ 0: 15,
81
+ 1: 0,
82
+ 2: 0,
83
+ 3: 0,
84
+ 4: 0,
85
+ 5: 0,
86
+ 6: 0,
87
+ 7: 24,
88
+ 8: 0
89
+ }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
90
+ cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 28), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
91
+ }
17
92
  }
18
93
 
19
- var prototype, map;
20
-
21
- prototype = AVBuffer.prototype, (map = new Map).set("data", {
22
- 0: 2,
23
- 1: 1,
24
- 2: 1,
25
- 3: 0,
26
- 4: 0,
27
- 5: 0,
28
- 6: 0,
29
- 7: 0,
30
- 8: 0
31
- }), map.set("size", {
32
- 0: 25,
33
- 1: 0,
34
- 2: 0,
35
- 3: 0,
36
- 4: 0,
37
- 5: 0,
38
- 6: 0,
39
- 7: 4,
40
- 8: 0
41
- }), map.set("refcount", {
42
- 0: 9,
43
- 1: 0,
44
- 2: 0,
45
- 3: 0,
46
- 4: 0,
47
- 5: 0,
48
- 6: 0,
49
- 7: 8,
50
- 8: 0
51
- }), map.set("free", {
52
- 0: 1,
53
- 1: 1,
54
- 2: 1,
55
- 3: 0,
56
- 4: 0,
57
- 5: 0,
58
- 6: 0,
59
- 7: 12,
60
- 8: 0
61
- }), map.set("opaque", {
62
- 0: 1,
63
- 1: 1,
64
- 2: 1,
65
- 3: 0,
66
- 4: 0,
67
- 5: 0,
68
- 6: 0,
69
- 7: 16,
70
- 8: 0
71
- }), map.set("flags", {
72
- 0: 15,
73
- 1: 0,
74
- 2: 0,
75
- 3: 0,
76
- 4: 0,
77
- 5: 0,
78
- 6: 0,
79
- 7: 20,
80
- 8: 0
81
- }), map.set("flagsInternal", {
82
- 0: 15,
83
- 1: 0,
84
- 2: 0,
85
- 3: 0,
86
- 4: 0,
87
- 5: 0,
88
- 6: 0,
89
- 7: 24,
90
- 8: 0
91
- }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
92
- cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 28), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
93
-
94
94
  export class AVBufferRef {
95
95
  buffer=0;
96
96
  data=0;
97
97
  size=0;
98
+ static {
99
+ const prototype = this.prototype, map = new Map;
100
+ map.set("buffer", {
101
+ 0: AVBuffer,
102
+ 1: 1,
103
+ 2: 1,
104
+ 3: 0,
105
+ 4: 0,
106
+ 5: 0,
107
+ 6: 0,
108
+ 7: 0,
109
+ 8: 0
110
+ }), map.set("data", {
111
+ 0: 2,
112
+ 1: 1,
113
+ 2: 1,
114
+ 3: 0,
115
+ 4: 0,
116
+ 5: 0,
117
+ 6: 0,
118
+ 7: 4,
119
+ 8: 0
120
+ }), map.set("size", {
121
+ 0: 25,
122
+ 1: 0,
123
+ 2: 0,
124
+ 3: 0,
125
+ 4: 0,
126
+ 5: 0,
127
+ 6: 0,
128
+ 7: 8,
129
+ 8: 0
130
+ }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
131
+ cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 12), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
132
+ }
98
133
  }
99
134
 
100
- !function(prototype) {
101
- var map = new Map;
102
- map.set("buffer", {
103
- 0: AVBuffer,
104
- 1: 1,
105
- 2: 1,
106
- 3: 0,
107
- 4: 0,
108
- 5: 0,
109
- 6: 0,
110
- 7: 0,
111
- 8: 0
112
- }), map.set("data", {
113
- 0: 2,
114
- 1: 1,
115
- 2: 1,
116
- 3: 0,
117
- 4: 0,
118
- 5: 0,
119
- 6: 0,
120
- 7: 4,
121
- 8: 0
122
- }), map.set("size", {
123
- 0: 25,
124
- 1: 0,
125
- 2: 0,
126
- 3: 0,
127
- 4: 0,
128
- 5: 0,
129
- 6: 0,
130
- 7: 8,
131
- 8: 0
132
- }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
133
- cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 12), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
134
- }(AVBufferRef.prototype);
135
-
136
135
  export class AVBufferPool {
137
136
  mutex;
138
137
  pool=0;
@@ -142,96 +141,95 @@ export class AVBufferPool {
142
141
  alloc=0;
143
142
  alloc2=0;
144
143
  poolFree=0;
144
+ static {
145
+ const prototype = this.prototype, map = new Map;
146
+ map.set("mutex", {
147
+ 0: cheap__Mutex__15,
148
+ 1: 0,
149
+ 2: 0,
150
+ 3: 0,
151
+ 4: 0,
152
+ 5: 0,
153
+ 6: 0,
154
+ 7: 0,
155
+ 8: 0
156
+ }), map.set("pool", {
157
+ get 0() {
158
+ return BufferPoolEntry;
159
+ },
160
+ 1: 1,
161
+ 2: 1,
162
+ 3: 0,
163
+ 4: 0,
164
+ 5: 0,
165
+ 6: 0,
166
+ 7: 4,
167
+ 8: 0
168
+ }), map.set("refcount", {
169
+ 0: 9,
170
+ 1: 0,
171
+ 2: 0,
172
+ 3: 0,
173
+ 4: 0,
174
+ 5: 0,
175
+ 6: 0,
176
+ 7: 8,
177
+ 8: 0
178
+ }), map.set("size", {
179
+ 0: 25,
180
+ 1: 0,
181
+ 2: 0,
182
+ 3: 0,
183
+ 4: 0,
184
+ 5: 0,
185
+ 6: 0,
186
+ 7: 12,
187
+ 8: 0
188
+ }), map.set("opaque", {
189
+ 0: 1,
190
+ 1: 1,
191
+ 2: 1,
192
+ 3: 0,
193
+ 4: 0,
194
+ 5: 0,
195
+ 6: 0,
196
+ 7: 16,
197
+ 8: 0
198
+ }), map.set("alloc", {
199
+ 0: 1,
200
+ 1: 1,
201
+ 2: 1,
202
+ 3: 0,
203
+ 4: 0,
204
+ 5: 0,
205
+ 6: 0,
206
+ 7: 20,
207
+ 8: 0
208
+ }), map.set("alloc2", {
209
+ 0: 1,
210
+ 1: 1,
211
+ 2: 1,
212
+ 3: 0,
213
+ 4: 0,
214
+ 5: 0,
215
+ 6: 0,
216
+ 7: 24,
217
+ 8: 0
218
+ }), map.set("poolFree", {
219
+ 0: 1,
220
+ 1: 1,
221
+ 2: 1,
222
+ 3: 0,
223
+ 4: 0,
224
+ 5: 0,
225
+ 6: 0,
226
+ 7: 28,
227
+ 8: 0
228
+ }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
229
+ cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 32), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
230
+ }
145
231
  }
146
232
 
147
- !function(prototype) {
148
- var map = new Map;
149
- map.set("mutex", {
150
- 0: cheap__Mutex__15,
151
- 1: 0,
152
- 2: 0,
153
- 3: 0,
154
- 4: 0,
155
- 5: 0,
156
- 6: 0,
157
- 7: 0,
158
- 8: 0
159
- }), map.set("pool", {
160
- get 0() {
161
- return BufferPoolEntry;
162
- },
163
- 1: 1,
164
- 2: 1,
165
- 3: 0,
166
- 4: 0,
167
- 5: 0,
168
- 6: 0,
169
- 7: 4,
170
- 8: 0
171
- }), map.set("refcount", {
172
- 0: 9,
173
- 1: 0,
174
- 2: 0,
175
- 3: 0,
176
- 4: 0,
177
- 5: 0,
178
- 6: 0,
179
- 7: 8,
180
- 8: 0
181
- }), map.set("size", {
182
- 0: 25,
183
- 1: 0,
184
- 2: 0,
185
- 3: 0,
186
- 4: 0,
187
- 5: 0,
188
- 6: 0,
189
- 7: 12,
190
- 8: 0
191
- }), map.set("opaque", {
192
- 0: 1,
193
- 1: 1,
194
- 2: 1,
195
- 3: 0,
196
- 4: 0,
197
- 5: 0,
198
- 6: 0,
199
- 7: 16,
200
- 8: 0
201
- }), map.set("alloc", {
202
- 0: 1,
203
- 1: 1,
204
- 2: 1,
205
- 3: 0,
206
- 4: 0,
207
- 5: 0,
208
- 6: 0,
209
- 7: 20,
210
- 8: 0
211
- }), map.set("alloc2", {
212
- 0: 1,
213
- 1: 1,
214
- 2: 1,
215
- 3: 0,
216
- 4: 0,
217
- 5: 0,
218
- 6: 0,
219
- 7: 24,
220
- 8: 0
221
- }), map.set("poolFree", {
222
- 0: 1,
223
- 1: 1,
224
- 2: 1,
225
- 3: 0,
226
- 4: 0,
227
- 5: 0,
228
- 6: 0,
229
- 7: 28,
230
- 8: 0
231
- }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
232
- cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 32), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
233
- }(AVBufferPool.prototype);
234
-
235
233
  export class BufferPoolEntry {
236
234
  data=0;
237
235
  opaque=0;
@@ -239,71 +237,70 @@ export class BufferPoolEntry {
239
237
  pool=0;
240
238
  next=0;
241
239
  buffer;
240
+ static {
241
+ const prototype = this.prototype, map = new Map;
242
+ map.set("data", {
243
+ 0: 2,
244
+ 1: 1,
245
+ 2: 1,
246
+ 3: 0,
247
+ 4: 0,
248
+ 5: 0,
249
+ 6: 0,
250
+ 7: 0,
251
+ 8: 0
252
+ }), map.set("opaque", {
253
+ 0: 1,
254
+ 1: 1,
255
+ 2: 1,
256
+ 3: 0,
257
+ 4: 0,
258
+ 5: 0,
259
+ 6: 0,
260
+ 7: 4,
261
+ 8: 0
262
+ }), map.set("free", {
263
+ 0: 1,
264
+ 1: 1,
265
+ 2: 1,
266
+ 3: 0,
267
+ 4: 0,
268
+ 5: 0,
269
+ 6: 0,
270
+ 7: 8,
271
+ 8: 0
272
+ }), map.set("pool", {
273
+ 0: AVBufferPool,
274
+ 1: 1,
275
+ 2: 1,
276
+ 3: 0,
277
+ 4: 0,
278
+ 5: 0,
279
+ 6: 0,
280
+ 7: 12,
281
+ 8: 0
282
+ }), map.set("next", {
283
+ 0: BufferPoolEntry,
284
+ 1: 1,
285
+ 2: 1,
286
+ 3: 0,
287
+ 4: 0,
288
+ 5: 0,
289
+ 6: 0,
290
+ 7: 16,
291
+ 8: 0
292
+ }), map.set("buffer", {
293
+ 0: AVBuffer,
294
+ 1: 0,
295
+ 2: 0,
296
+ 3: 0,
297
+ 4: 0,
298
+ 5: 0,
299
+ 6: 0,
300
+ 7: 20,
301
+ 8: 0
302
+ }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
303
+ cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 48), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
304
+ }
242
305
  }
243
-
244
- !function(prototype) {
245
- var map = new Map;
246
- map.set("data", {
247
- 0: 2,
248
- 1: 1,
249
- 2: 1,
250
- 3: 0,
251
- 4: 0,
252
- 5: 0,
253
- 6: 0,
254
- 7: 0,
255
- 8: 0
256
- }), map.set("opaque", {
257
- 0: 1,
258
- 1: 1,
259
- 2: 1,
260
- 3: 0,
261
- 4: 0,
262
- 5: 0,
263
- 6: 0,
264
- 7: 4,
265
- 8: 0
266
- }), map.set("free", {
267
- 0: 1,
268
- 1: 1,
269
- 2: 1,
270
- 3: 0,
271
- 4: 0,
272
- 5: 0,
273
- 6: 0,
274
- 7: 8,
275
- 8: 0
276
- }), map.set("pool", {
277
- 0: AVBufferPool,
278
- 1: 1,
279
- 2: 1,
280
- 3: 0,
281
- 4: 0,
282
- 5: 0,
283
- 6: 0,
284
- 7: 12,
285
- 8: 0
286
- }), map.set("next", {
287
- 0: BufferPoolEntry,
288
- 1: 1,
289
- 2: 1,
290
- 3: 0,
291
- 4: 0,
292
- 5: 0,
293
- 6: 0,
294
- 7: 16,
295
- 8: 0
296
- }), map.set("buffer", {
297
- 0: AVBuffer,
298
- 1: 0,
299
- 2: 0,
300
- 3: 0,
301
- 4: 0,
302
- 5: 0,
303
- 6: 0,
304
- 7: 20,
305
- 8: 0
306
- }), cheap__definedMetaProperty__0(prototype, cheap__symbolStruct__1, !0), cheap__definedMetaProperty__0(prototype, cheap__symbolStructMaxBaseTypeByteLength__2, 4),
307
- cheap__definedMetaProperty__0(prototype, cheap__symbolStructLength__3, 48), cheap__definedMetaProperty__0(prototype, cheap__symbolStructKeysMeta__4, map);
308
- }(BufferPoolEntry.prototype);
309
306
  //# sourceMappingURL=avbuffer.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["avFree","AVBuffer","data","size","refcount","free","opaque","flags","flagsInternal","AVBufferRef","buffer","AVBufferPool","mutex","pool","alloc","alloc2","poolFree","BufferPoolEntry","next"],"sources":["../../../src/struct/avbuffer.ts"],"mappings":";;;;;;SAyBSA,cAAQ;;OASX,MAAOC;IAIXC,KAAI;IAKJC,KAAa;IAKbC,SAA0B;IAK1BC,KAAI;IAKJC,OAAM;IAKNC,MAAK;IAKLC,cAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAQnB,MAAOC;IACXC,OAAM;IAONR,KAAI;IAKJC,KAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAIT,MAAOQ;IACXC;IAEAC,KAAI;IAKJT,SAA0B;IAK1BD,KAAa;IAKbG,OAAM;IACNQ,MAAK;IACLC,OAAM;IACNC,SAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAIJ,MAAOC;IACXf,KAAI;IAIJI,OAAM;IAKND,KAAI;IAEJQ,KAAI;IAEJK,KAAI;IAKJR","ignoreList":[]}
1
+ {"version":3,"names":["avFree","AVBuffer","data","size","refcount","free","opaque","flags","flagsInternal","AVBufferRef","buffer","AVBufferPool","mutex","pool","alloc","alloc2","poolFree","BufferPoolEntry","next"],"sources":["../../../src/struct/avbuffer.ts"],"mappings":";;;;;;SAyBSA,cAAQ;;OASX,MAAOC;IAIXC,KAAI;IAKJC,KAAa;IAKbC,SAA0B;IAK1BC,KAAI;IAKJC,OAAM;IAKNC,MAAK;IAKLC,cAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAQnB,MAAOC;IACXC,OAAM;IAONR,KAAI;IAKJC,KAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAIT,MAAOQ;IACXC;IAEAC,KAAI;IAKJT,SAA0B;IAK1BD,KAAa;IAKbG,OAAM;IACNQ,MAAK;IACLC,OAAM;IACNC,SAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAIJ,MAAOC;IACXf,KAAI;IAIJI,OAAM;IAKND,KAAI;IAEJQ,KAAI;IAEJK,KAAI;IAKJR","ignoreList":[]}
@@ -1,10 +1,10 @@
1
- import { AVCodecID, AVMediaType } from "../codec.d.ts";
2
- import type { AVPixelFormat } from "../pixfmt.d.ts";
3
- import { AVChromaLocation, AVColorPrimaries, AVColorRange, AVColorSpace, AVColorTransferCharacteristic, AVFieldOrder } from "../pixfmt.d.ts";
4
- import type { AVSampleFormat } from "../audiosamplefmt.d.ts";
5
- import { AVRational } from "./rational.d.ts";
6
- import type { AVPacketSideData } from "./avpacket.d.ts";
7
- import type { AVChannelLayout } from "./audiosample.d.ts";
1
+ import { AVCodecID, AVMediaType } from "../codec.ts";
2
+ import type { AVPixelFormat } from "../pixfmt.ts";
3
+ import { AVChromaLocation, AVColorPrimaries, AVColorRange, AVColorSpace, AVColorTransferCharacteristic, AVFieldOrder } from "../pixfmt.ts";
4
+ import type { AVSampleFormat } from "../audiosamplefmt.ts";
5
+ import { AVRational } from "./rational.ts";
6
+ import type { AVPacketSideData } from "./avpacket.ts";
7
+ import type { AVChannelLayout } from "./audiosample.ts";
8
8
  export declare const enum AVCodecParameterFlags {
9
9
  /**
10
10
  * 对于 h264/h265/h266 标记是否是 annexb 码流格式,未置此标志则为 avcc 格式