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: drop unused NAL_FF_IGNORE
[ffmpeg.git]
/
libavcodec
/
h264.h
diff --git
a/libavcodec/h264.h
b/libavcodec/h264.h
index
cc7dd7f
..
398a283
100644
(file)
--- a/
libavcodec/h264.h
+++ b/
libavcodec/h264.h
@@
-124,7
+124,6
@@
enum {
NAL_FILLER_DATA = 12,
NAL_SPS_EXT = 13,
NAL_AUXILIARY_SLICE = 19,
- NAL_FF_IGNORE = 0xff0f001,
};
/**