diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2007-04-29 09:37:07 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2007-04-29 09:37:07 +0000 |
commit | b46d68c634cf5154bc33077b292ecdcef0419456 (patch) | |
tree | 283cfe3e952467041c39817dfb8b773d93c34bc2 /libavcodec/avcodec.h | |
parent | 25406e50028216ea15a6a2f8243c574541aecd6a (diff) | |
download | ffmpeg-b46d68c634cf5154bc33077b292ecdcef0419456.tar.gz |
add V.Flash PTX decoder
Originally committed as revision 8856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b96307c813..55a37ca874 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -162,6 +162,7 @@ enum CodecID { CODEC_ID_SGI, CODEC_ID_C93, CODEC_ID_BETHSOFTVID, + CODEC_ID_PTX, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, @@ -2321,6 +2322,7 @@ extern AVCodec mszh_decoder; extern AVCodec nuv_decoder; extern AVCodec oggvorbis_decoder; extern AVCodec png_decoder; +extern AVCodec ptx_decoder; extern AVCodec qdm2_decoder; extern AVCodec qdraw_decoder; extern AVCodec qpeg_decoder; |