diff h264dspenc.c @ 5411:362aec4ef932 libavcodec

Take care of some renames (Doxygen and function name) after the previous pure rename patch.
author takis
date Sat, 28 Jul 2007 18:26:43 +0000
parents 1efd5aa20168
children 2dfff0e25b47
line wrap: on
line diff
--- a/h264dspenc.c	Sat Jul 28 18:23:35 2007 +0000
+++ b/h264dspenc.c	Sat Jul 28 18:26:43 2007 +0000
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file h264dsp.c
+ * @file h264dspenc.c
  * H.264 encoder related DSP utils
  *
  */
@@ -74,7 +74,7 @@
     H264_DCT_PART2(3);
 }
 
-void ff_h264dsp_init(DSPContext* c, AVCodecContext *avctx)
+void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx)
 {
     c->h264_dct = h264_dct_c;
 }