summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stheader.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 80818e8785..06f52324e5 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -77,9 +77,6 @@ typedef struct sh_audio {
int a_buffer_size;
struct af_stream *afilter; // the audio filter stream
const struct ad_functions *ad_driver;
-#ifdef CONFIG_DYNAMIC_PLUGINS
- void *dec_handle;
-#endif
// win32-compatible codec parameters:
AVIStreamHeader audio;
WAVEFORMATEX *wf;
@@ -122,9 +119,6 @@ typedef struct sh_video {
int output_flags; // query_format() results for output filters+vo
const struct vd_functions *vd_driver;
int vf_initialized; // -1 failed, 0 not done, 1 done
-#ifdef CONFIG_DYNAMIC_PLUGINS
- void *dec_handle;
-#endif
// win32-compatible codec parameters:
AVIStreamHeader video;
BITMAPINFOHEADER *bih;