This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
align vertically
Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
43769d722a
commit
fee9e80550
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
libavcodec/bethsoftvideo.h
+ 3
- 3
libavcodec/bethsoftvideo.h
View File
@@ -1,8 +1,8 @@
enum BethsoftVidBlockType
{
PALETTE_BLOCK = 0x02,
FIRST_AUDIO_BLOCK = 0x7c,
AUDIO_BLOCK = 0x7d,
PALETTE_BLOCK
= 0x02,
FIRST_AUDIO_BLOCK
= 0x7c,
AUDIO_BLOCK
= 0x7d,
VIDEO_I_FRAME = 0x03,
VIDEO_P_FRAME = 0x01,
VIDEO_YOFF_P_FRAME = 0x04,
Write
Preview
Loading…
Cancel
Save