summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dspenc.c
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-07-28 18:26:43 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-07-28 18:26:43 +0000
commitedecaff8c24fa29aa231305162b9d05a2ac34477 (patch)
tree8722b66af4dbc2572b0f216279081f477a6bda89 /libavcodec/h264dspenc.c
parentbd38efffe89d39ca475bd14508fbfe09ad3979ce (diff)
downloadffmpeg-streaming-edecaff8c24fa29aa231305162b9d05a2ac34477.zip
ffmpeg-streaming-edecaff8c24fa29aa231305162b9d05a2ac34477.tar.gz
Take care of some renames (Doxygen and function name) after the previous pure rename patch.
Originally committed as revision 9820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264dspenc.c')
-rw-r--r--libavcodec/h264dspenc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h264dspenc.c b/libavcodec/h264dspenc.c
index 4f18afa..061de5e 100644
--- a/libavcodec/h264dspenc.c
+++ b/libavcodec/h264dspenc.c
@@ -21,7 +21,7 @@
*/
/**
- * @file h264dsp.c
+ * @file h264dspenc.c
* H.264 encoder related DSP utils
*
*/
@@ -74,7 +74,7 @@ static void h264_dct_c(DCTELEM block[4][4])
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;
}
OpenPOWER on IntegriCloud