vlc | branch: master | Steve Lhomme <[email protected]> | Fri May 13 08:47:55 
2016 +0200| [473920a5858a73f8882824ddb433dd2223d1af94] | committer: 
Jean-Baptiste Kempf

avcodec: remove unused API entries

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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 );

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to