[FFmpeg-devel] [PATCH] mimic: DR1 is not supported

Michael Niedermayer michaelni at gmx.at
Thu Nov 1 01:30:59 CET 2012


On Thu, Nov 01, 2012 at 12:16:56AM +0000, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/mimic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/mimic.c b/libavcodec/mimic.c
> index 25db9ca..bf3afb4 100644
> --- a/libavcodec/mimic.c
> +++ b/libavcodec/mimic.c
> @@ -427,7 +427,7 @@ AVCodec ff_mimic_decoder = {
>      .init                  = mimic_decode_init,
>      .close                 = mimic_decode_end,
>      .decode                = mimic_decode_frame,
> -    .capabilities          = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS,
> +    .capabilities          = CODEC_CAP_FRAME_THREADS,
>      .long_name             = NULL_IF_CONFIG_SMALL("Mimic"),
>      .update_thread_context = ONLY_IF_THREADS_ENABLED(mimic_decode_update_thread_context)
>  };

LGTM

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many things microsoft did are stupid, but not doing something just because
microsoft did it is even more stupid. If everything ms did were stupid they
would be bankrupt already.
-------------- 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/20121101/83b97c67/attachment.asc>


More information about the ffmpeg-devel mailing list