diff options
Diffstat (limited to 'libavcodec/h264data.h')
-rw-r--r-- | libavcodec/h264data.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 6ee8442829..f01beeb3b1 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -34,26 +34,6 @@ #include "mpegvideo.h" -#define EXTENDED_SAR 255 - -/* NAL unit types */ -enum { -NAL_SLICE=1, -NAL_DPA, -NAL_DPB, -NAL_DPC, -NAL_IDR_SLICE, -NAL_SEI, -NAL_SPS, -NAL_PPS, -NAL_AUD, -NAL_END_SEQUENCE, -NAL_END_STREAM, -NAL_FILLER_DATA, -NAL_SPS_EXT, -NAL_AUXILIARY_SLICE=19 -}; - static const AVRational pixel_aspect[17]={ {0, 1}, {1, 1}, |