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
/
h264_parse.c
diff --git
a/libavcodec/h264_parse.c
b/libavcodec/h264_parse.c
index
ba67f4e
..
0aa6f09
100644
(file)
--- a/
libavcodec/h264_parse.c
+++ b/
libavcodec/h264_parse.c
@@
-22,6
+22,7
@@
#include "h264.h"
#include "h264dec.h"
#include "h264_parse.h"
+#include "h264_ps.h"
int ff_h264_pred_weight_table(GetBitContext *gb, const SPS *sps,
const int *ref_count, int slice_type_nos,