diff options
author | Mohamed Naufal <naufal11@gmail.com> | 2010-03-29 22:17:01 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-29 22:17:01 +0000 |
commit | 148bcae98c7227cfe0aac74841b0888bd456332a (patch) | |
tree | ceb642d0997bbc6d5a0d84e072da3c3a5885c5a2 /libavcodec/avcodec.h | |
parent | 30ad1a66517c5533014ad8b2180bfcf06bb12d80 (diff) | |
download | ffmpeg-148bcae98c7227cfe0aac74841b0888bd456332a.tar.gz |
Implement YOP demuxer and video decoder.
Patch by Mohamed Naufal gmailify(naufal11).
Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 820dfcd5c1..a1efa0f0ab 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 61 +#define LIBAVCODEC_VERSION_MINOR 62 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ @@ -209,6 +209,7 @@ enum CodecID { CODEC_ID_IFF_ILBM, CODEC_ID_IFF_BYTERUN1, CODEC_ID_KGV1, + CODEC_ID_YOP, /* various PCM "codecs" */ CODEC_ID_PCM_S16LE= 0x10000, |