Skip to content

Commit

Permalink
Added RGB support
Browse files Browse the repository at this point in the history
  • Loading branch information
Narasimha1997 committed Nov 12, 2020
1 parent 9e01c54 commit cbe93d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/decoder/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ void freePixelArray(uint8_t * pixelArray) {
if (pixelArray) {
free(pixelArray);
}
}
}

0 comments on commit cbe93d4

Please sign in to comment.