diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-11-16 07:58:39 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-11-17 10:16:07 +0100 |
commit | 3a5fc3857435ee1653379e4c8e60d254563a82c9 (patch) | |
tree | d04e091b8f005bc0b159218322ea01fad650faba | |
parent | 3e971fc6b532f1adae98b2f55836eba9f86ac220 (diff) | |
download | ffmpeg-3a5fc3857435ee1653379e4c8e60d254563a82c9.tar.gz |
swr: fix #endif comment ref.
-rw-r--r-- | libswresample/audioconvert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/audioconvert.h b/libswresample/audioconvert.h index ca98d549d9..6909a05059 100644 --- a/libswresample/audioconvert.h +++ b/libswresample/audioconvert.h @@ -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 */ |