On Fri, 20 Sep 2013, Vittorio Giovara wrote:
--- libavcodec/h264.c | 2 -- 1 file changed, 2 deletions(-)diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 7797823..56ef77d 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -4428,8 +4428,6 @@ static int execute_decode_slices(H264Context *h, int context_count) return 0; } -static const uint8_t start_code[] = { 0x00, 0x00, 0x01 }; - static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size, int parse_extradata) { -- 1.7.9.5
Ok // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
