summaryrefslogtreecommitdiff
path: root/libavformat/framehook.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-02 17:00:04 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-02 17:00:04 +0000
commit224906414b7f157416dabc4f98c0d3076c631521 (patch)
tree73b8e0760d8dcdef94053e702fc475d4e5d572a3 /libavformat/framehook.h
parent064cd7a89770478a992f2e932402bf064a0a7024 (diff)
Remove leading underscores from specifiers, they are reserved.
Originally committed as revision 9461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/framehook.h')
-rw-r--r--libavformat/framehook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/framehook.h b/libavformat/framehook.h
index d5573c1df4..1902ebc909 100644
--- a/libavformat/framehook.h
+++ b/libavformat/framehook.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _FRAMEHOOK_H
-#define _FRAMEHOOK_H
+#ifndef FRAMEHOOK_H
+#define FRAMEHOOK_H
#warning VHOOK is deprecated. Please help porting libmpcodecs or a better filter system to FFmpeg instead of wasting your time writing new filters for this crappy one.