]> git.sesse.net Git - ffmpeg/commit
RFC 6: Overall cleanups again.
authorEdouard Gomez <>
Wed, 13 Dec 2006 08:50:30 +0000 (08:50 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Wed, 13 Dec 2006 08:50:30 +0000 (08:50 +0000)
commit6e71a18eda78bf9fdfea97a933b8d0e63c756cb7
tree177004c63eb7a0f583c67e6d4948e583fa72c53c
parent0235a3116ee03887217cbd220df55dfa391713cf
RFC 6: Overall cleanups again.

- License should be fixed now (finally)
- Added doxygen comments
- Cleaned up the X11Grab structure
- Renamed X11Grab structure to x11_grab_s
- Changed some Java stylish named functions to more C'stylish ones
- Changed order of some parameters so they are more libc alike with
  destination as first parameter
- Use AVRational where relevant
- Fixed time calculation
- Cleaned up a few little tiny things around the sources
  + removed a goto
  + removed unused vars
  + etc...
(Patch by Edouard Gomez)

Originally committed as revision 7308 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/x11grab.c