forked from FFmpeg/FFmpeg
Reindent
Originally committed as revision 9106 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4edda03480
commit
9aee21c8f7
1 changed files with 4 additions and 4 deletions
|
@ -3898,10 +3898,10 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx)
|
|||
}
|
||||
|
||||
if (ENABLE_H264_DECODER) {
|
||||
c->h264_idct_add= ff_h264_idct_add_c;
|
||||
c->h264_idct8_add= ff_h264_idct8_add_c;
|
||||
c->h264_idct_dc_add= ff_h264_idct_dc_add_c;
|
||||
c->h264_idct8_dc_add= ff_h264_idct8_dc_add_c;
|
||||
c->h264_idct_add= ff_h264_idct_add_c;
|
||||
c->h264_idct8_add= ff_h264_idct8_add_c;
|
||||
c->h264_idct_dc_add= ff_h264_idct_dc_add_c;
|
||||
c->h264_idct8_dc_add= ff_h264_idct8_dc_add_c;
|
||||
}
|
||||
|
||||
c->get_pixels = get_pixels_c;
|
||||
|
|
Loading…
Add table
Reference in a new issue