[FFmpeg-devel] [PATCH]Lagarith: CODEC_CAP_DR1 ?
Carl Eugen Hoyos
cehoyos
Sat Jan 8 23:09:56 CET 2011
Hi!
Attached patch is necessary to make FFmpeg's lagarith decoder work with
MPlayer.
Please comment, Carl Eugen
-------------- next part --------------
Index: libavcodec/lagarith.c
===================================================================
--- libavcodec/lagarith.c (revision 26270)
+++ libavcodec/lagarith.c (working copy)
@@ -513,6 +513,5 @@
NULL,
lag_decode_end,
lag_decode_frame,
- CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Lagarith lossless"),
};
More information about the ffmpeg-devel
mailing list