mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
cb9501f4e3
commit
54816a3e3f
@ -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…
Reference in New Issue
Block a user