mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 17:07:43 +00:00
Targa (.tga) encoder,
patch by Bobby Bingham % uhmmmm A gmail P com % Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either. Original thread: Date: Mar 11, 2007 7:58 PM Subject: [Ffmpeg-devel] [PATCH] Targa encoder Originally committed as revision 8411 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
65d0bea8f5
commit
2c0c00cb14
5 changed files with 100 additions and 1 deletions
|
@ -127,7 +127,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER(SP5X, sp5x);
|
||||
REGISTER_ENCDEC (SVQ1, svq1);
|
||||
REGISTER_DECODER(SVQ3, svq3);
|
||||
REGISTER_DECODER(TARGA, targa);
|
||||
REGISTER_ENCDEC (TARGA, targa);
|
||||
REGISTER_DECODER(THEORA, theora);
|
||||
REGISTER_DECODER(TIERTEXSEQVIDEO, tiertexseqvideo);
|
||||
REGISTER_DECODER(TIFF, tiff);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue