You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
mmvideo: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -85,8 +85,8 @@ static int mm_decode_pal(MmContext *s)
|
||||
*/
|
||||
static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
|
||||
{
|
||||
int i, x, y;
|
||||
i=0; x=0; y=0;
|
||||
int x, y;
|
||||
x=0; y=0;
|
||||
|
||||
while (bytestream2_get_bytes_left(&s->gb) > 0) {
|
||||
int run_length, color;
|
||||
|
Reference in New Issue
Block a user