[FFmpeg-cvslog] r12783 - trunk/libavcodec/mpegvideo.c
diego
subversion
Thu Apr 10 21:09:40 CEST 2008
Author: diego
Date: Thu Apr 10 21:09:39 2008
New Revision: 12783
Log:
cosmetics: Break an overly long lines.
patch by Keiji Costantini, lists strites net
Modified:
trunk/libavcodec/mpegvideo.c
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c (original)
+++ trunk/libavcodec/mpegvideo.c Thu Apr 10 21:09:39 2008
@@ -1735,7 +1735,9 @@ void ff_clean_intra_table_entries(MpegEn
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;
More information about the ffmpeg-cvslog
mailing list