diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-05 11:34:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-05 11:34:46 +0000 |
commit | 7d54ecc9cb2c5a3d5d8b7533a774009c63a3a3a2 (patch) | |
tree | d614201c8770314a5c7543e1b3ac6e5054ab4ad5 /libavcodec | |
parent | 9b5fab918b79e9404a68becabc367b58bae6f847 (diff) | |
download | ffmpeg-7d54ecc9cb2c5a3d5d8b7533a774009c63a3a3a2.tar.gz |
indent
Originally committed as revision 14622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 9ab8719627..1e7eb90fde 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1016,10 +1016,10 @@ single_col: } } - l1mv0 = &h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]]; - l1mv1 = &h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]]; - l1ref0 = &h->ref_list[1][0].ref_index [0][h->mb2b8_xy[mb_xy]]; - l1ref1 = &h->ref_list[1][0].ref_index [1][h->mb2b8_xy[mb_xy]]; + l1mv0 = &h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]]; + l1mv1 = &h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]]; + l1ref0 = &h->ref_list[1][0].ref_index [0][h->mb2b8_xy[mb_xy]]; + l1ref1 = &h->ref_list[1][0].ref_index [1][h->mb2b8_xy[mb_xy]]; if(!b8_stride){ if(s->mb_y&1){ l1ref0 += h->b8_stride; |