bare-ffmpeg 1.0.0-11 → 1.0.0-13

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.
package/README.md CHANGED
@@ -361,12 +361,6 @@ Parameters:
361
361
 
362
362
  **Returns**: `void`
363
363
 
364
- ##### `CodecParameters.destroy()`
365
-
366
- Destroys the `CodecParameters` and frees all associated resources. Automatically called when the object is managed by a `using` declaration.
367
-
368
- **Returns**: `void`
369
-
370
364
  ### `InputFormat`
371
365
 
372
366
  The `InputFormat` API provides functionality to specify input format for media sources.
@@ -676,12 +670,6 @@ Creates and opens an encoder for this stream.
676
670
 
677
671
  **Returns**: `CodecContext` instance
678
672
 
679
- ##### `Stream.destroy()`
680
-
681
- Destroys the `Stream` and frees all associated resources. Automatically called when the object is managed by a `using` declaration.
682
-
683
- **Returns**: `void`
684
-
685
673
  ### `Resampler`
686
674
 
687
675
  The `Resampler` API provides functionality to convert audio between different sample rates, channel layouts, and sample formats.