~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to tests/fate-run.sh

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
}
91
91
 
92
92
framecrc(){
93
 
    ffmpeg "$@" -f framecrc -
 
93
    ffmpeg "$@" -flags +bitexact -f framecrc -
94
94
}
95
95
 
96
96
framemd5(){
97
 
    ffmpeg "$@" -f framemd5 -
 
97
    ffmpeg "$@" -flags +bitexact -f framemd5 -
98
98
}
99
99
 
100
100
crc(){