Originally committed as revision 24350 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -55,6 +55,10 @@ const ff_asf_guid ff_asf_video_stream = {
|
| 55 | 55 |
0xC0, 0xEF, 0x19, 0xBC, 0x4D, 0x5B, 0xCF, 0x11, 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B |
| 56 | 56 |
}; |
| 57 | 57 |
|
| 58 |
+const ff_asf_guid ff_asf_jfif_media = {
|
|
| 59 |
+ 0x00, 0xE1, 0x1B, 0xB6, 0x4E, 0x5B, 0xCF, 0x11, 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B |
|
| 60 |
+}; |
|
| 61 |
+ |
|
| 58 | 62 |
const ff_asf_guid ff_asf_video_conceal_none = {
|
| 59 | 63 |
0x00, 0x57, 0xFB, 0x20, 0x55, 0x5B, 0xCF, 0x11, 0xA8, 0xFD, 0x00, 0x80, 0x5F, 0x5C, 0x44, 0x2B |
| 60 | 64 |
}; |
| ... | ... |
@@ -145,6 +145,7 @@ extern const ff_asf_guid ff_asf_audio_stream; |
| 145 | 145 |
extern const ff_asf_guid ff_asf_audio_conceal_none; |
| 146 | 146 |
extern const ff_asf_guid ff_asf_audio_conceal_spread; |
| 147 | 147 |
extern const ff_asf_guid ff_asf_video_stream; |
| 148 |
+extern const ff_asf_guid ff_asf_jfif_media; |
|
| 148 | 149 |
extern const ff_asf_guid ff_asf_video_conceal_none; |
| 149 | 150 |
extern const ff_asf_guid ff_asf_command_stream; |
| 150 | 151 |
extern const ff_asf_guid ff_asf_comment_header; |