You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avutil/tests/aes_ctr: reindent after the previous commit
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -69,8 +69,8 @@ int main (void)
|
||||
av_log(NULL, AV_LOG_ERROR, "test failed\n");
|
||||
goto ERROR;
|
||||
}
|
||||
av_aes_ctr_crypt(ad, tmp, tmp, sizeof(tmp));
|
||||
|
||||
av_aes_ctr_crypt(ad, tmp, tmp, sizeof(tmp));
|
||||
if (memcmp(tmp, plain, sizeof(tmp)) != 0){
|
||||
av_log(NULL, AV_LOG_ERROR, "test failed\n");
|
||||
goto ERROR;
|
||||
|
Reference in New Issue
Block a user