[FFmpeg-cvslog] Support decoding LOCO_CRGBA.

Clément Bœsch ubitux at gmail.com
Mon Apr 16 16:29:13 CEST 2012


On Mon, Apr 16, 2012 at 04:21:20PM +0200, Carl Eugen Hoyos wrote:
> ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Apr 16 16:19:41 2012 +0200| [bdeb54e176473b2c9187d4e0ee087b9876447285] | committer: Carl Eugen Hoyos
> 
> Support decoding LOCO_CRGBA.
> 
> Fixes a part of ticket #1222.
> 
> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bdeb54e176473b2c9187d4e0ee087b9876447285
> ---
> 
>  libavcodec/loco.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavcodec/loco.c b/libavcodec/loco.c
> index cdabd41..b1670eb 100644
> --- a/libavcodec/loco.c
> +++ b/libavcodec/loco.c
> @@ -210,7 +210,7 @@ static int decode_frame(AVCodecContext *avctx,
>          decoded = loco_decode_plane(l, p->data[0] + p->linesize[0]*(avctx->height-1) + 2, avctx->width, avctx->height,
>                                      -p->linesize[0], buf, buf_size, 3);
>          break;
> -    case LOCO_RGBA:
> +    case LOCO_CRGBA: LOCO_RGBA:

huh? does this really work?

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20120416/09dfa40b/attachment.asc>


More information about the ffmpeg-cvslog mailing list