Browse Source

Fix typo.

Patch by Jeremy Mordkoff: jlm zazzletech com

Originally committed as revision 10812 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Jeremy Mordkoff Benoit Fouet 18 years ago
parent
commit
4f9c008cd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/internal.h

+ 1
- 1
libavutil/internal.h View File

@@ -252,7 +252,7 @@ if((y)<(x)){\
#define strcat strcat_is_forbidden_due_to_security_issues_use_av_strlcat
#undef exit
#define exit exit_is_forbidden
#if !(defined(LIBAVFORMAT_BUILD) || defined(FRAMEHOOK_H))
#if !(defined(LIBAVFORMAT_BUILD) || defined(FFMPEG_FRAMEHOOK_H))
#undef printf
#define printf please_use_av_log
#undef fprintf


Loading…
Cancel
Save