[soc]: r4827 - concat/libavformat/playlist.h
Author: gkovacs Date: Wed Jul 29 09:08:12 2009 New Revision: 4827 Log: fixed header includes Modified: concat/libavformat/playlist.h Modified: concat/libavformat/playlist.h ============================================================================== --- concat/libavformat/playlist.h Wed Jul 29 09:08:09 2009 (r4826) +++ concat/libavformat/playlist.h Wed Jul 29 09:08:12 2009 (r4827) @@ -33,10 +33,10 @@ #ifndef AVFORMAT_PLAYLIST_H #define AVFORMAT_PLAYLIST_H +#include <libgen.h> #include "avformat.h" #include "riff.h" -#include <libgen.h> -#include <libavutil/avstring.h> +#include "libavutil/avstring.h" /** @struct PlaylistContext * @brief Represents the playlist and contains PlayElem for each playlist item.
On Wed, Jul 29, 2009 at 09:08:12AM +0200, gkovacs wrote:
Log: fixed header includes
I don't want to bitch too much about this, but this is an example of a commit message with a lot of room for improvement. Just saying "fix x" is hardly ever helpful unless "x" is a detailed description. There are a lot of things that match this description, for example typos in header names, wrong include paths... Diego
participants (2)
-
Diego Biurrun -
gkovacs