Browse Source

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
tags/v0.5
Keiji Costantini Diego Biurrun 17 years ago
parent
commit
54816a3e3f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavcodec/mpegvideo.c

+ 3
- 1
libavcodec/mpegvideo.c View File

@@ -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;


Loading…
Cancel
Save