]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/latm_parser.c
h264: (trivial) remove unneeded macro argument in x86/cabac.h
[ffmpeg] / libavcodec / latm_parser.c
index 6cf45c89a8b4df90d4f54ef2297a95dc52674cd9..92cb7031ecb37e92be1a1ad3590ef69c3aea399a 100644 (file)
@@ -50,7 +50,6 @@ static int latm_find_frame_end(AVCodecParserContext *s1, const uint8_t *buf,
     pic_found = pc->frame_start_found;
     state     = pc->state;
 
-    i = 0;
     if (!pic_found) {
         for (i = 0; i < buf_size; i++) {
             state = (state<<8) | buf[i];