git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
h264: move the parameter set definitions to a new header file
[ffmpeg.git]
/
libavcodec
/
vdpau_h264.c
diff --git
a/libavcodec/vdpau_h264.c
b/libavcodec/vdpau_h264.c
index
34dc630
..
3e13b76
100644
(file)
--- a/
libavcodec/vdpau_h264.c
+++ b/
libavcodec/vdpau_h264.c
@@
-26,6
+26,7
@@
#include "avcodec.h"
#include "internal.h"
#include "h264dec.h"
+#include "h264_ps.h"
#include "mpegutils.h"
#include "vdpau.h"
#include "vdpau_internal.h"