]> git.sesse.net Git - ffmpeg/commit
Re-indent to more closely follow general coding standards used in other
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 7 Jan 2010 22:41:14 +0000 (22:41 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 7 Jan 2010 22:41:14 +0000 (22:41 +0000)
commitc89658008705d949c319df3fa6f400c481ad73e1
treeb6bcbba1cf1fb81d20dd52fca409f02134bcc97a
parent59043195d49dc06d65511d81470487cdce9cbae5
Re-indent to more closely follow general coding standards used in other
parts of FFmpeg. Also change a starting condition; while (condition) {
... bla = bla->next; } loop into a proper for() loop.

Originally committed as revision 21071 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c