[FFmpeg-trac] #9263(fate:new): some FATE tests incorrectly set bitexact flag

FFmpeg trac at avcodec.org
Wed May 26 11:56:11 EEST 2021


#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


More information about the FFmpeg-trac mailing list