diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-11-02 16:29:11 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-12-15 18:38:04 +0100 |
commit | b33fd66f46fc8817344eca2468707f4c00568d7f (patch) | |
tree | 6fc7b1374a56cfac1eeb8a61da33bed3c030eec4 /libavcodec/avcodec.h | |
parent | 62b5197f97c67940bc09aea34ad4c0c7a6176fde (diff) | |
download | ffmpeg-b33fd66f46fc8817344eca2468707f4c00568d7f.tar.gz |
lavc: add ffwavesynth pseudo-codec.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 5a0e0ed380..6d4489c2a4 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -403,6 +403,7 @@ enum CodecID { CODEC_ID_BMV_AUDIO, CODEC_ID_G729 = 0x15800, CODEC_ID_G723_1= 0x15801, + CODEC_ID_FFWAVESYNTH = MKBETAG('F','F','W','S'), CODEC_ID_8SVX_RAW = MKBETAG('8','S','V','X'), /* subtitle codecs */ |