diff allcodecs.c @ 9535:4a4929da4ddc libavcodec

Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) which have AFAIK been created for the jvt: ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_exports/SVT_YUV10_Exports_/NewMobCal_YUV10_720p5994_/ I have called the format v210x due to its similarity to v210, note though I have not confirmed that v210x is different from actual v210 samples it just is different from the description of v210 I am aware of.
author michael
date Wed, 22 Apr 2009 01:50:15 +0000
parents 41b37c9c4ff7
children fe6e82906aa8
line wrap: on
line diff
--- a/allcodecs.c	Wed Apr 22 00:04:17 2009 +0000
+++ b/allcodecs.c	Wed Apr 22 01:50:15 2009 +0000
@@ -167,6 +167,7 @@
     REGISTER_DECODER (TSCC, tscc);
     REGISTER_DECODER (TXD, txd);
     REGISTER_DECODER (ULTI, ulti);
+    REGISTER_DECODER (V210X, v210x);
     REGISTER_DECODER (VB, vb);
     REGISTER_DECODER (VC1, vc1);
     REGISTER_DECODER (VC1_VDPAU, vc1_vdpau);