Cosmetics: Reindent after r19927.
Originally committed as revision 19928 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4410adf12e
commit
7a38c1149c
@ -331,7 +331,7 @@ void ff_mpeg1_encode_slice_header(MpegEncContext *s){
|
|||||||
put_header(s, SLICE_MIN_START_CODE + (s->mb_y & 127));
|
put_header(s, SLICE_MIN_START_CODE + (s->mb_y & 127));
|
||||||
put_bits(&s->pb, 3, s->mb_y >> 7); /* slice_vertical_position_extension */
|
put_bits(&s->pb, 3, s->mb_y >> 7); /* slice_vertical_position_extension */
|
||||||
} else {
|
} else {
|
||||||
put_header(s, SLICE_MIN_START_CODE + s->mb_y);
|
put_header(s, SLICE_MIN_START_CODE + s->mb_y);
|
||||||
}
|
}
|
||||||
put_qscale(s);
|
put_qscale(s);
|
||||||
put_bits(&s->pb, 1, 0); /* slice extra information */
|
put_bits(&s->pb, 1, 0); /* slice extra information */
|
||||||
|
Loading…
Reference in New Issue
Block a user