Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-10-06 08:20:52 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-10-06 08:20:52 +0400
commit7548c80accbabf7a172ba03adfc38825c51ede08 (patch)
tree92d9136e834082e765f982205bfdb312be3458a9 /libavcodec/allcodecs.c
parent5de75336a16e16127d6b2bfab770ab00dd688362 (diff)
Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216).
Fixes ticket #1354
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 33fe1ea2e1..039ba9c6a4 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -221,6 +221,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (SVQ1, svq1);
REGISTER_DECODER (SVQ3, svq3);
REGISTER_ENCDEC (TARGA, targa);
+ REGISTER_DECODER (TARGA_Y216, targa_y216);
REGISTER_DECODER (THEORA, theora);
REGISTER_DECODER (THP, thp);
REGISTER_DECODER (TIERTEXSEQVIDEO, tiertexseqvideo);