diff options
author | Joseph Wecker <jwecker@justin.tv> | 2011-08-25 14:04:37 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-07 02:02:03 +0200 |
commit | 30bcd6a945ae296ef7b36a91cc21789a05de85d9 (patch) | |
tree | c5f55fdb31500d1943331ac7102fcbfd264f140e /libavformat/flv.h | |
parent | b5d4c0e26e356ed11533ea43d83ab53d85f63781 (diff) | |
download | ffmpeg-30bcd6a945ae296ef7b36a91cc21789a05de85d9.tar.gz |
flv: Ammon's changes migrated from 0.6.0 - I believe for the android broadcaster.
Diffstat (limited to 'libavformat/flv.h')
-rw-r--r-- | libavformat/flv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/flv.h b/libavformat/flv.h index d0731c80a3..bca17fc643 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -98,6 +98,8 @@ enum { FLV_CODECID_VP6A = 5, FLV_CODECID_SCREEN2 = 6, FLV_CODECID_H264 = 7, + FLV_CODECID_REALH263= 8, + FLV_CODECID_MPEG4 = 9, }; enum { |