Commit 34cee634 authored by Benjamin Larsson's avatar Benjamin Larsson

Complete the video format enum.

Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a0536d22
......@@ -83,6 +83,8 @@ enum {
FLV_CODECID_H263 = 2,
FLV_CODECID_SCREEN = 3,
FLV_CODECID_VP6 = 4,
FLV_CODECID_VP6A = 5,
FLV_CODECID_SCREEN2 = 6,
};
enum {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment