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
Fix make checkheaders for vp9 header files.
tags/n2.1
Carl Eugen Hoyos
11 years ago
parent
f4e85afd99
commit
3aabfaa37b
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/vp9data.h
+1
-0
libavcodec/vp9dsp.h
+ 2
- 0
libavcodec/vp9data.h
View File
@@ -22,6 +22,8 @@
#ifndef AVCODEC_VP9DATA_H
#define AVCODEC_VP9DATA_H
#include <stdint.h>
#include "vp9.h"
enum BlockPartition {
+ 1
- 0
libavcodec/vp9dsp.h
View File
@@ -24,6 +24,7 @@
#ifndef AVCODEC_VP9DSP_H
#define AVCODEC_VP9DSP_H
#include <stddef.h>
#include <stdint.h>
#include "vp9.h"
Write
Preview
Loading…
Cancel
Save