mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
Reindent
Originally committed as revision 9106 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4edda03480
commit
9aee21c8f7
@ -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…
Reference in New Issue
Block a user