rename ff_metadata_sync_compat to ff_metadata_mux_compat
Originally committed as revision 16501 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -114,7 +114,7 @@ void ff_metadata_demux_compat(AVFormatContext *ctx)
|
||||
snprintf(number, sizeof(number), "%d", s->key); \
|
||||
if(s->key) FILL_METADATA(s, key, number) }
|
||||
|
||||
void ff_metadata_sync_compat(AVFormatContext *ctx)
|
||||
void ff_metadata_mux_compat(AVFormatContext *ctx)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user