[vlc-devel] [PATCH] avcodec: remove unused API entries
Steve Lhomme
robux4 at videolabs.io
Fri May 13 08:47:55 CEST 2016
---
modules/codec/avcodec/avcodec.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/modules/codec/avcodec/avcodec.h b/modules/codec/avcodec/avcodec.h
index b187169..de1a4ac 100644
--- a/modules/codec/avcodec/avcodec.h
+++ b/modules/codec/avcodec/avcodec.h
@@ -35,14 +35,6 @@ vlc_fourcc_t GetVlcAudioFormat( int i_sample_fmt );
int OpenEncoder ( vlc_object_t * );
void CloseEncoder( vlc_object_t * );
-/* Audio encoder module */
-int OpenAudioEncoder ( vlc_object_t * );
-void CloseAudioEncoder( vlc_object_t * );
-
-/* Deinterlace video filter module */
-int OpenDeinterlace( vlc_object_t * );
-void CloseDeinterlace( vlc_object_t * );
-
/* Video Decoder */
int InitVideoDec( decoder_t *, AVCodecContext *, const AVCodec * );
void EndVideoDec( decoder_t *p_dec );
--
2.8.1
More information about the vlc-devel
mailing list