Binary text decoder
Decoder and demuxer for various binary text formats. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
ea8de109af
commit
07a70caba7
@@ -393,6 +393,11 @@ void avcodec_register_all(void)
|
||||
REGISTER_ENCODER (LIBXAVS, libxavs);
|
||||
REGISTER_ENCODER (LIBXVID, libxvid);
|
||||
|
||||
/* text */
|
||||
REGISTER_DECODER (BINTEXT, bintext);
|
||||
REGISTER_DECODER (XBIN, xbin);
|
||||
REGISTER_DECODER (IDF, idf);
|
||||
|
||||
/* parsers */
|
||||
REGISTER_PARSER (AAC, aac);
|
||||
REGISTER_PARSER (AAC_LATM, aac_latm);
|
||||
|
Reference in New Issue
Block a user