diff options
author | David Conrad <lessen42@gmail.com> | 2009-04-14 23:55:39 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2009-04-14 23:55:39 +0000 |
commit | c374691b28638763045ae55fc45c39da9bb5b6eb (patch) | |
tree | 7ded8cf25279e28669f546b5b9d68ae063942a7d /libavcodec/dsputil.h | |
parent | 08982bb466293bbbf16407e6fe71f6d31e48d0aa (diff) | |
download | ffmpeg-c374691b28638763045ae55fc45c39da9bb5b6eb.tar.gz |
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
Originally committed as revision 18517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 7ef6e6a73e..2a05420383 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -316,9 +316,9 @@ typedef struct DSPContext { * h264 Chroma MC */ h264_chroma_mc_func put_h264_chroma_pixels_tab[3]; - /* This is really one func used in VC-1 decoding */ - h264_chroma_mc_func put_no_rnd_h264_chroma_pixels_tab[3]; h264_chroma_mc_func avg_h264_chroma_pixels_tab[3]; + /* This is really one func used in VC-1 decoding */ + h264_chroma_mc_func put_no_rnd_vc1_chroma_pixels_tab[3]; qpel_mc_func put_h264_qpel_pixels_tab[4][16]; qpel_mc_func avg_h264_qpel_pixels_tab[4][16]; |