[FFmpeg-soc] [soc]: r5218 - concat/libavformat/avplaylist.h
gkovacs
subversion at mplayerhq.hu
Sun Aug 23 23:58:29 CEST 2009
Author: gkovacs
Date: Sun Aug 23 23:58:29 2009
New Revision: 5218
Log:
add av-prefix to remaining references to Playlist
Modified:
concat/libavformat/avplaylist.h
Modified: concat/libavformat/avplaylist.h
==============================================================================
--- concat/libavformat/avplaylist.h Sun Aug 23 23:55:47 2009 (r5217)
+++ concat/libavformat/avplaylist.h Sun Aug 23 23:58:29 2009 (r5218)
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/** @file libavformat/playlist.h
+/** @file libavformat/avplaylist.h
* @author Geza Kovacs ( gkovacs mit edu )
*
* @brief General components used by playlist formats
@@ -30,8 +30,8 @@
* implementing file concatenation and support for playlist formats.
*/
-#ifndef AVFORMAT_PLAYLIST_H
-#define AVFORMAT_PLAYLIST_H
+#ifndef AVFORMAT_AVPLAYLIST_H
+#define AVFORMAT_AVPLAYLIST_H
#include <libgen.h>
#include "avformat.h"
@@ -156,4 +156,4 @@ int av_playlist_localstidx_from_streamid
*/
int av_playlist_streams_offset_from_playidx(AVPlaylistContext *ctx, int playidx);
-#endif /* AVFORMAT_PLAYLIST_H */
+#endif /* AVFORMAT_AVPLAYLIST_H */
More information about the FFmpeg-soc
mailing list