summaryrefslogtreecommitdiff
path: root/libavcodec/libxvid_rc.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-06 13:22:44 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-06 13:22:44 +0000
commita2ab5ad5f15fc65b41d653f2b8a9606d45fad919 (patch)
treef8c3622b208b029e38a883a60675ea485a163c51 /libavcodec/libxvid_rc.c
parent25cbc8b46e1d4d17c4725b52bcb5cec4d832f894 (diff)
Rename av_tempfile() to ff_tempfile()
Originally committed as revision 24075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libxvid_rc.c')
-rw-r--r--libavcodec/libxvid_rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libxvid_rc.c b/libavcodec/libxvid_rc.c
index c161ba7101..08e89c8df1 100644
--- a/libavcodec/libxvid_rc.c
+++ b/libavcodec/libxvid_rc.c
@@ -40,7 +40,7 @@ int ff_xvid_rate_control_init(MpegEncContext *s){
//xvid_debug=-1;
- fd=av_tempfile("xvidrc.", &tmp_name);
+ fd=ff_tempfile("xvidrc.", &tmp_name);
if (fd == -1) {
av_log(NULL, AV_LOG_ERROR, "Can't create temporary pass2 file.\n");
return -1;