Skip to content
Snippets Groups Projects
Commit 54816a3e authored by Keiji Costantini's avatar Keiji Costantini Committed by Diego Biurrun
Browse files

cosmetics: Break an overly long line.

patch by Keiji Costantini, lists strites net

Originally committed as revision 12783 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cb9501f4
No related branches found
No related tags found
No related merge requests found
...@@ -1735,7 +1735,9 @@ void ff_clean_intra_table_entries(MpegEncContext *s) ...@@ -1735,7 +1735,9 @@ void ff_clean_intra_table_entries(MpegEncContext *s)
s->mv : motion vector s->mv : motion vector
s->interlaced_dct : true if interlaced dct used (mpeg2) 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; int mb_x, mb_y;
const int mb_xy = s->mb_y * s->mb_stride + s->mb_x; const int mb_xy = s->mb_y * s->mb_stride + s->mb_x;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment