1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 07:46:55 +00:00
ae_lavc.c:168: warning: implicit declaration of function 'codec_get_wav_tag'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17097 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-12-05 01:30:31 +00:00
parent 52dfba2d4d
commit cb116e1b6e

View File

@ -26,6 +26,9 @@ extern int lavc_param_abitrate;
extern int lavc_param_atag;
extern int avcodec_inited;
static int compressed_frame_size = 0;
#ifdef USE_LIBAVFORMAT
extern unsigned int codec_get_wav_tag(int id);
#endif
static int bind_lavc(audio_encoder_t *encoder, muxer_stream_t *mux_a)
{