Commit 574e517
committed
feat(codec): extend
- Added support for new audio and video codecs: `AAC`, `G711A`, `G711U`, `Opus`, `L16`, `VP8`, `VP9`, `AV1`, and `JPEG`.
- Updated `Into<i32>` implementation to map new codecs to their respective integer values.
- Enhanced `Into<i32>` for `CodecId` to include unsafe mappings for new codecs.CodecId enum with additional codecs1 parent be2bfa7 commit 574e517
1 file changed
+40
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| 360 | + | |
360 | 361 | | |
| 362 | + | |
361 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
362 | 382 | | |
363 | 383 | | |
364 | 384 | | |
| |||
370 | 390 | | |
371 | 391 | | |
372 | 392 | | |
373 | | - | |
374 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
375 | 404 | | |
376 | 405 | | |
377 | 406 | | |
| |||
382 | 411 | | |
383 | 412 | | |
384 | 413 | | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
385 | 423 | | |
386 | 424 | | |
387 | 425 | | |
| |||
0 commit comments