mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add TrueMotion 2.0 Real Time decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
aa40df483b
commit
c85d04251d
8 changed files with 233 additions and 1 deletions
|
|
@ -310,6 +310,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER(TMV, tmv);
|
||||
REGISTER_DECODER(TRUEMOTION1, truemotion1);
|
||||
REGISTER_DECODER(TRUEMOTION2, truemotion2);
|
||||
REGISTER_DECODER(TRUEMOTION2RT, truemotion2rt);
|
||||
REGISTER_DECODER(TSCC, tscc);
|
||||
REGISTER_DECODER(TSCC2, tscc2);
|
||||
REGISTER_DECODER(TXD, txd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue