* Let older tags on the same place as originally
* Add new fate tests for rawvideo and v210 and update checksum for mxf tests
* Add more rgb format (to allow r210 raw format)
* Correct stored width and height when rawvideo or v210 encoder are used
---
libavformat/mxf.c | 19
* Let older tags on the same place as originally
* Add new fate tests for rawvideo and v210 and update checksum for mxf tests
---
libavformat/mxf.c | 17 +++
libavformat/mxf.h | 1 +
libavformat/mxfenc.c| 184 ++
Tomas Härdin:
>> -static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st,
>> const UID key)
>> +static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st,
>> const UID key)
>> {
>> MXFStreamContext *sc = st->priv_data;
>> AVIOContext *pb = s->pb;
>> @@ -1115
> -static int64_t mxf_write_cdci_common(AVFormatContext *s, AVStream *st, const
> UID key)
> +static int64_t mxf_write_generic_desc(AVFormatContext *s, AVStream *st,
> const UID key)
> {
> MXFStreamContext *sc = st->priv_data;
> AVIOContext *pb = s->pb;
> @@ -1115,7 +1133,7 @@ static i
---
libavformat/mxf.c| 17
libavformat/mxf.h| 1 +
libavformat/mxfenc.c | 181 +--
3 files changed, 156 insertions(+), 43 deletions(-)
diff --git a/libavformat/mxf.c b/libavformat/mxf.c
index 36d662b58c..677d69e3ab 100644
--- a/libavformat/m