Commit 6ee5416d authored by diego's avatar diego

cosmetics: Break an overly long lines.

patch by Keiji Costantini, lists strites net


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f8e6b53f
......@@ -1735,7 +1735,9 @@ void ff_clean_intra_table_entries(MpegEncContext *s)
s->mv : motion vector
s->interlaced_dct : true if interlaced dct used (mpeg2)
*/
static av_always_inline void MPV_decode_mb_internal(MpegEncContext *s, DCTELEM block[12][64], int lowres_flag)
static av_always_inline
void MPV_decode_mb_internal(MpegEncContext *s, DCTELEM block[12][64],
int lowres_flag)
{
int mb_x, mb_y;
const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment