[FFmpeg-devel] [PATCH] remove ff_ prefix from static routines.
Vladimir Voroshilov
voroshil
Fri Jun 5 09:14:05 CEST 2009
Hi, All
This patch removes ff_ prefix from static routines in decoder
description structure.
The routines themselves are not yet committed.
--
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
-------------- next part --------------
>From 081c21c0e74f55f9f639beda7363ff1126011983 Mon Sep 17 00:00:00 2001
From: Vladimir Voroshilov <voroshil at gmail.com>
Date: Thu, 4 Jun 2009 19:58:49 +0700
Subject: [PATCH] Remove ff_ prefix from static routines
diff --git ffmpeg-r19088.orig/libavcodec/g729dec.c ffmpeg-r19088.mod/libavcodec/g729dec.c
index 857920e..0b70a75 100644
--- ffmpeg-r19088.orig/libavcodec/g729dec.c
+++ ffmpeg-r19088.mod/libavcodec/g729dec.c
@@ -149,9 +149,9 @@ AVCodec g729_decoder =
CODEC_TYPE_AUDIO,
CODEC_ID_G729,
sizeof(G729_Context),
- ff_g729_decoder_init,
+ g729_decoder_init,
NULL,
NULL,
- ff_g729_decode_frame,
+ g729_decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("G.729"),
};
--
1.6.0.4
More information about the ffmpeg-devel
mailing list