[FFmpeg-cvslog] swr: fix #endif comment ref.

Clément Bœsch git at videolan.org
Thu Nov 17 10:21:48 CET 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Nov 16 07:58:39 2011 +0100| [3a5fc3857435ee1653379e4c8e60d254563a82c9] | committer: Clément Bœsch

swr: fix #endif comment ref.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a5fc3857435ee1653379e4c8e60d254563a82c9
---

 libswresample/audioconvert.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libswresample/audioconvert.h b/libswresample/audioconvert.h
index ca98d54..6909a05 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 */



More information about the ffmpeg-cvslog mailing list