git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa27733
)
renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:48:34 +0000
(08:48 +0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Fri, 5 Jun 2009 08:48:34 +0000
(08:48 +0000)
Originally committed as revision 19110 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/txd.c
patch
|
blob
|
history
diff --git
a/libavcodec/txd.c
b/libavcodec/txd.c
index
a3cbde5
..
5065d08
100644
(file)
--- a/
libavcodec/txd.c
+++ b/
libavcodec/txd.c
@@
-163,7
+163,7
@@
AVCodec txd_decoder = {
NULL,
txd_end,
txd_decode_frame,
-
0
,
+
CODEC_CAP_DR1
,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
};