mirror of https://git.ffmpeg.org/ffmpeg.git
swr: fix #endif comment ref.
This commit is contained in:
parent
3e971fc6b5
commit
3a5fc38574
|
@ -65,4 +65,4 @@ void swr_audio_convert_free(AVAudioConvert **ctx);
|
|||
*/
|
||||
int swr_audio_convert(AVAudioConvert *ctx, AudioData *out, AudioData *in, int len);
|
||||
|
||||
#endif /* AVCODEC_AUDIOCONVERT_H */
|
||||
#endif /* AUDIOCONVERT_H */
|
||||
|
|
Loading…
Reference in New Issue