Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/bsf.h')
-rw-r--r--libavcodec/bsf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/bsf.h b/libavcodec/bsf.h
index 3b5faa85cb..8c5355d186 100644
--- a/libavcodec/bsf.h
+++ b/libavcodec/bsf.h
@@ -34,8 +34,6 @@
* @{
*/
-typedef struct AVBSFInternal AVBSFInternal;
-
/**
* The bitstream filter state.
*
@@ -58,12 +56,6 @@ typedef struct AVBSFContext {
const struct AVBitStreamFilter *filter;
/**
- * Opaque libavcodec internal data. Must not be touched by the caller in any
- * way.
- */
- AVBSFInternal *internal;
-
- /**
* Opaque filter-specific private data. If filter->priv_class is non-NULL,
* this is an AVOptions-enabled struct.
*/