You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Reindent
Originally committed as revision 9106 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -3898,10 +3898,10 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ENABLE_H264_DECODER) {
|
if (ENABLE_H264_DECODER) {
|
||||||
c->h264_idct_add= ff_h264_idct_add_c;
|
c->h264_idct_add= ff_h264_idct_add_c;
|
||||||
c->h264_idct8_add= ff_h264_idct8_add_c;
|
c->h264_idct8_add= ff_h264_idct8_add_c;
|
||||||
c->h264_idct_dc_add= ff_h264_idct_dc_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_idct8_dc_add= ff_h264_idct8_dc_add_c;
|
||||||
}
|
}
|
||||||
|
|
||||||
c->get_pixels = get_pixels_c;
|
c->get_pixels = get_pixels_c;
|
||||||
|
Reference in New Issue
Block a user