On Tue, Jan 10, 2012 at 09:20:41PM +0200, доналд овчаров wrote: > Someone told me that : [..] > + > > > > > > > > > > > > prev_x > = s->last_picture.f.motion_val[0][mot_index][0]; > + > > > > > > > > > > > > prev_y > = s->last_picture.f.motion_val[0][mot_index][1]; > + > > > > > > > > > > > > prev_ref = s->last_picture.f.ref_index[0][4 * mb_xy]; [..] > + > > > > > > > > > > > > prev_x > = s->current_picture.f.motion_val[0][mot_index][0]; > + > > > > > > > > > > > > prev_y > = s->current_picture.f.motion_val[0][mot_index][1]; > + > > > > > > > > > > > > prev_ref = s->current_picture.f.ref_index[0][4 * mb_xy]; > 80 characters. Same as what I said before, you can fix this by making the > motion_val[0] and ref_index[0] local variables so the lines become shorter. > > and I don't know how to make these local variables properly...
Dude, you need to throw away that mailer of yours, this is no way to communicate. That program just screws everything up. I'm serious about this: Get a new mailer - now. I asked you to fix this nicely a number of times, my patience is over, sorry. There are clear rules for communicating on this mailing list and you are respecting none of them. Please post according to the rules or don't post at all. > I'm so sorry for the top posting ... I just didn't understand it . So sorry that you did not even spend 5 seconds to Google for what you did not understand? Does not sound very believable to me. Try this: http://lmgtfy.com/?q=top+posting&l=1 Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
