[FFmpeg-trac] #873(undetermined:new): PCM signed big-endian encoding as unsigned
FFmpeg
trac at avcodec.org
Thu Jan 12 15:28:04 CET 2012
#873: PCM signed big-endian encoding as unsigned
-------------------------------------+-------------------------------------
Reporter: Glinx | Owner:
Type: defect | Status: new
Priority: normal | Component:
Version: unspecified | undetermined
Keywords: PCM signed | Resolution:
big endian | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by cehoyos):
* component: FFmpeg => undetermined
Comment:
A commit before 23-Nov-11: 7876f14f
A commit after 11-Dec-11: 7fad19a63
{{{
$ cd ffmpeg
$ make distclean
$ git bisect start
$ git bisect good 7876f14f
$ git bisect bad 7fad19a63
$ ./configure && make
}}}
Test the resulting ffmpeg binary and repeat the following two lines until
a responsible revision is shown ("good" if the executable runs as you
expect, "bad" if it the output file does not work):
{{{
$ make distclean && git bisect good / bad
$ ./configure && make
}}}
When the revision is found, post it here and run
{{{
$ make distclean && git bisect reset
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/873#comment:9>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list