Re: [FFmpeg-devel] [PATCH] avformat/metadata: Implement AVFMT_FLAG_NO_META_CONV

2014-08-16 Thread wm4
On Mon, 11 Aug 2014 15:15:45 +0300 Mohammad Alsaleh wrote: > Decoders/parsers run ff_metadata_conv() unconditionally. This makes > it impossible to retrieve or keep original metadata field names. > > If one wishes to skip ff_metadata_conv() calls at the decoding/parsing > stage. This patch i

[FFmpeg-devel] [PATCH] avformat/metadata: Implement AVFMT_FLAG_NO_META_CONV

2014-08-11 Thread Mohammad Alsaleh
Decoders/parsers run ff_metadata_conv() unconditionally. This makes it impossible to retrieve or keep original metadata field names. If one wishes to skip ff_metadata_conv() calls at the decoding/parsing stage. This patch implements AVFMT_FLAG_NO_META_CONV which is set by the decoding fflag o