Mercurial > libavformat.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
4180:0df2e345a1a8 | 4181:17a8a3696ee1 |
---|---|
2500 if (!s->priv_data) | 2500 if (!s->priv_data) |
2501 return AVERROR(ENOMEM); | 2501 return AVERROR(ENOMEM); |
2502 } | 2502 } |
2503 | 2503 |
2504 #if LIBAVFORMAT_VERSION_MAJOR < 53 | 2504 #if LIBAVFORMAT_VERSION_MAJOR < 53 |
2505 ff_metadata_sync_compat(s); | 2505 ff_metadata_mux_compat(s); |
2506 #endif | 2506 #endif |
2507 | 2507 |
2508 if(s->oformat->write_header){ | 2508 if(s->oformat->write_header){ |
2509 ret = s->oformat->write_header(s); | 2509 ret = s->oformat->write_header(s); |
2510 if (ret < 0) | 2510 if (ret < 0) |