diff utils.c @ 4181:17a8a3696ee1 libavformat

rename ff_metadata_sync_compat to ff_metadata_mux_compat
author aurel
date Fri, 09 Jan 2009 00:01:42 +0000
parents c32a783ff374
children 046a97603352
line wrap: on
line diff
--- a/utils.c	Thu Jan 08 23:30:02 2009 +0000
+++ b/utils.c	Fri Jan 09 00:01:42 2009 +0000
@@ -2502,7 +2502,7 @@
     }
 
 #if LIBAVFORMAT_VERSION_MAJOR < 53
-    ff_metadata_sync_compat(s);
+    ff_metadata_mux_compat(s);
 #endif
 
     if(s->oformat->write_header){