diff --git a/.gitattributes b/.gitattributes index 82eabaf7f55..67dbfa9b735 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8513,6 +8513,7 @@ src/regtests/chdman/input/createhd_raw_empty_lzma/in.params svneol=native#text/p src/regtests/chdman/input/createhd_raw_empty_lzma/in.raw -text src/regtests/chdman/input/createhd_raw_empty_zlib/in.params svneol=native#text/plain src/regtests/chdman/input/createhd_raw_empty_zlib/in.raw -text +src/regtests/chdman/input/createld_avi_3_frames_no_audio/in.avi -text src/regtests/chdman/output/copy_cd_cue_audio_silence_wav_20_tracks_v4/out.chd -text src/regtests/chdman/output/copy_cd_cue_audio_silence_wav_v4/out.chd -text src/regtests/chdman/output/copy_cd_cue_empty_v4/out.chd -text @@ -8533,6 +8534,7 @@ src/regtests/chdman/output/createhd_raw_empty_flac/out.chd -text src/regtests/chdman/output/createhd_raw_empty_huff/out.chd -text src/regtests/chdman/output/createhd_raw_empty_lzma/out.chd -text src/regtests/chdman/output/createhd_raw_empty_zlib/out.chd -text +src/regtests/chdman/output/createld_avi_3_frames_no_audio/out.chd -text src/regtests/jedutil/baseline/18cv8/18cv8_bi-directional_io.txt svneol=native#text/plain src/regtests/jedutil/baseline/18cv8/18cv8_combinatorial_feedback.txt svneol=native#text/plain src/regtests/jedutil/baseline/18cv8/18cv8_register_feedback.txt svneol=native#text/plain diff --git a/src/regtests/chdman/input/createld_avi_3_frames_no_audio/in.avi b/src/regtests/chdman/input/createld_avi_3_frames_no_audio/in.avi new file mode 100644 index 00000000000..0ef28668558 Binary files /dev/null and b/src/regtests/chdman/input/createld_avi_3_frames_no_audio/in.avi differ diff --git a/src/regtests/chdman/output/createld_avi_3_frames_no_audio/out.chd b/src/regtests/chdman/output/createld_avi_3_frames_no_audio/out.chd new file mode 100644 index 00000000000..36ffbd8b759 Binary files /dev/null and b/src/regtests/chdman/output/createld_avi_3_frames_no_audio/out.chd differ