projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a3258
)
cosmetics: Place all subtitle entries together.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Feb 2009 09:35:23 +0000
(09:35 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Feb 2009 09:35:23 +0000
(09:35 +0000)
Originally committed as revision 16934 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/allcodecs.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/allcodecs.c
b/libavcodec/allcodecs.c
index
66c364d
..
55f7f3b
100644
(file)
--- a/
libavcodec/allcodecs.c
+++ b/
libavcodec/allcodecs.c
@@
-174,7
+174,6
@@
void avcodec_register_all(void)
REGISTER_DECODER (WNV1, wnv1);
REGISTER_DECODER (XAN_WC3, xan_wc3);
REGISTER_DECODER (XL, xl);
- REGISTER_DECODER (XSUB, xsub);
REGISTER_ENCDEC (ZLIB, zlib);
REGISTER_ENCDEC (ZMBV, zmbv);
@@
-283,6
+282,7
@@
void avcodec_register_all(void)
/* subtitles */
REGISTER_ENCDEC (DVBSUB, dvbsub);
REGISTER_ENCDEC (DVDSUB, dvdsub);
+ REGISTER_DECODER (XSUB, xsub);
/* external libraries */
REGISTER_ENCDEC (LIBAMR_NB, libamr_nb);