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: add H264_ prefix to the NAL unit types
[ffmpeg.git]
/
libavcodec
/
h264_refs.c
diff --git
a/libavcodec/h264_refs.c
b/libavcodec/h264_refs.c
index
4172fbd
..
2077847
100644
(file)
--- a/
libavcodec/h264_refs.c
+++ b/
libavcodec/h264_refs.c
@@
-735,7
+735,7
@@
int ff_h264_decode_ref_pic_marking(const H264Context *h, H264SliceContext *sl,
MMCO *mmco = sl->mmco;
int nb_mmco = 0;
- if (h->nal_unit_type == NAL_IDR_SLICE) { // FIXME fields
+ if (h->nal_unit_type ==
H264_
NAL_IDR_SLICE) { // FIXME fields
skip_bits1(gb); // broken_link
if (get_bits1(gb)) {
mmco[0].opcode = MMCO_LONG;