mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-24 06:12:42 +00:00
Complete the video format enum.
Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a0536d22b3
commit
34cee63432
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user