[vlc-commits] h264 packetizer: Remove unused enum
Hugo Beauzée-Luyssen
git at videolan.org
Thu May 22 12:32:47 CEST 2014
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu May 22 12:41:17 2014 +0300| [8a0b37ac3cce17468d61cd6fcee65149ddc7a575] | committer: Jean-Baptiste Kempf
h264 packetizer: Remove unused enum
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a0b37ac3cce17468d61cd6fcee65149ddc7a575
---
modules/packetizer/h264.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/modules/packetizer/h264.c b/modules/packetizer/h264.c
index dd6f1c8..e671f6e 100644
--- a/modules/packetizer/h264.c
+++ b/modules/packetizer/h264.c
@@ -146,14 +146,6 @@ enum nal_unit_type_e
/* ref_idc == 0 for 6,9,10,11,12 */
};
-enum nal_priority_e
-{
- NAL_PRIORITY_DISPOSABLE = 0,
- NAL_PRIORITY_LOW = 1,
- NAL_PRIORITY_HIGH = 2,
- NAL_PRIORITY_HIGHEST = 3,
-};
-
#define BLOCK_FLAG_PRIVATE_AUD (1 << BLOCK_FLAG_PRIVATE_SHIFT)
static block_t *Packetize( decoder_t *, block_t ** );
More information about the vlc-commits
mailing list