[FFmpeg-devel] [PATCH] exr: add CODEC_CAP_DR1
Michael Niedermayer
michaelni at gmx.at
Sun Jul 8 03:58:36 CEST 2012
On Sat, Jul 07, 2012 at 09:00:36PM +0000, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavcodec/exr.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/exr.c b/libavcodec/exr.c
> index a95423f..5ff2c6f 100644
> --- a/libavcodec/exr.c
> +++ b/libavcodec/exr.c
> @@ -491,5 +491,6 @@ AVCodec ff_exr_decoder = {
> .init = decode_init,
> .close = decode_end,
> .decode = decode_frame,
> + .capabilities = CODEC_CAP_DR1,
> .long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"),
> };
probably ok
but i would suggest to test all the dr1 additions with mplayer as
mplayer historically had the tendency to be more DR1 bug sensitive
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120708/c06ac937/attachment.asc>
More information about the ffmpeg-devel
mailing list