diff avcodec.h @ 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 56f844aec27b
children 99b812cc77a9
line wrap: on
line diff
--- a/avcodec.h	Wed Apr 22 00:04:17 2009 +0000
+++ b/avcodec.h	Wed Apr 22 01:50:15 2009 +0000
@@ -193,6 +193,7 @@
     CODEC_ID_TQI,
     CODEC_ID_AURA,
     CODEC_ID_AURA2,
+    CODEC_ID_V210X,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,