[vlc-commits] avcodec: remove unused API entries
Steve Lhomme
git at videolan.org
Fri May 13 10:59:22 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri May 13 08:47:55 2016 +0200| [473920a5858a73f8882824ddb433dd2223d1af94] | committer: Jean-Baptiste Kempf
avcodec: remove unused API entries
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=473920a5858a73f8882824ddb433dd2223d1af94
---
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 );
More information about the vlc-commits
mailing list