Mercurial > libavformat.hg
diff dv.h @ 2620:792383dd085e libavformat
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | f6021da48f21 |
| children | 1b6245500d8c |
line wrap: on
line diff
--- a/dv.h Wed Oct 17 09:16:21 2007 +0000 +++ b/dv.h Wed Oct 17 09:37:46 2007 +0000 @@ -25,8 +25,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVFORMAT_DV_H -#define AVFORMAT_DV_H +#ifndef FFMPEG_DV_H +#define FFMPEG_DV_H #include "avformat.h" @@ -41,4 +41,4 @@ int dv_assemble_frame(DVMuxContext *c, AVStream*, const uint8_t*, int, uint8_t**); void dv_delete_mux(DVMuxContext*); -#endif // AVFORMAT_DV_H +#endif /* FFMPEG_DV_H */
