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
Add missing headers to allow 'make checkheaders' to pass.
Originally committed as revision 16481 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
25bd48bdb4
commit
0d9efa287a
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/h264pred.h
+3
-0
libavcodec/vdpau_internal.h
+ 1
- 0
libavcodec/h264pred.h
View File
@@ -29,6 +29,7 @@
#define AVCODEC_H264PRED_H
#include "libavutil/common.h"
#include "dsputil.h"
/**
* Prediction types
+ 3
- 0
libavcodec/vdpau_internal.h
View File
@@ -24,6 +24,9 @@
#ifndef AVCODEC_VDPAU_INTERNAL_H
#define AVCODEC_VDPAU_INTERNAL_H
#include <stdint.h>
#include "h264.h"
void ff_VDPAU_h264_add_data_chunk(H264Context *h, const uint8_t *buf,
int buf_size);
void ff_VDPAU_h264_picture_complete(H264Context *h);
Write
Preview
Loading…
Cancel
Save