Skip to content

Commit

Permalink
fix ffmpeg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Dec 28, 2023
1 parent 90d66a2 commit 6a9249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codecs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export const expected_formats = {
xwma: { d: true, e: false, _: 'Microsoft xWMA' },
yop: { d: true, e: false, _: 'Psygnosis YOP' },
yuv4mpegpipe: { d: true, e: true, _: 'YUV4MPEG pipe' }
}
};

export const expected_codecs = {
'012v': {
Expand Down

0 comments on commit 6a9249b

Please sign in to comment.