Bug#263762: /usr/bin/oggdec: oggdec manpage error: oggdec - doesn't write to stdout

Martin Steghöfer martin at steghoefer.eu
Thu Oct 8 20:37:03 UTC 2015


tags 263762 + pending
thanks


Dear Reuben,

I've fixed this by adjusting oggdec's behavior to the one specified in 
the man page (instead of adjusting the information in the man page). I 
think that's the behavior that most users would expect. A trivial code 
change did the trick.

New behavior:

/
| mast at biene-maja$ cat hogans-heroes.ogg | oggdec - | wc -c
| oggdec from vorbis-tools 1.4.0
| 4321342
| mast at biene-maja$ cat hogans-heroes.ogg | oggdec - -o - | wc -c
| oggdec from vorbis-tools 1.4.0
| 4321342
| mast at biene-maja$ cat hogans-heroes.ogg | oggdec - -o hogans-heroes.wav 
&& wc -c hogans-heroes.wav
| oggdec from vorbis-tools 1.4.0
| 4321342 hogans-heroes.wav
| mast at biene-maja$ rm hogans-heroes.wav
| mast at biene-maja$ oggdec hogans-heroes.ogg && wc -c hogans-heroes.wav
| oggdec from vorbis-tools 1.4.0
| Decoding "hogans-heroes.ogg" to "hogans-heroes.wav"
|     [100,0%]
| 4321342 hogans-heroes.wav
\

Cheers,
Martin



More information about the pkg-xiph-maint mailing list