#9263: some FATE tests incorrectly set bitexact flag
----------------------------------------+----------------------------------
Reporter: Ilya Kurdyukov | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: fate
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------------+----------------------------------
Comment (by Ilya Kurdyukov):
I guess that in tests/fate-run.sh
"ffmpeg "$@" -bitexact" should be replaced with "ffmpeg -bitexact "$@""
{{{
framecrc(){
ffmpeg "$@" -bitexact -f framecrc -
}
ffmetadata(){
ffmpeg "$@" -bitexact -f ffmetadata -
}
framemd5(){
ffmpeg "$@" -bitexact -f framemd5 -
}
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9263#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".