#7499: libavformat/dump.c has a typo in dump_audioservicetype -------------------------------------+------------------------------------- Reporter: rogerz42892 | Type: defect Status: new | Priority: normal Component: avformat | Version: Keywords: | unspecified Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Summary of the bug:
Providing '-audio_service_type:a:0 5' produces the service type "comentary". It should be "commentary" How to reproduce: {{{ % ffmpeg -i input.mp4 -map 0:0 -map 0:1 -c:v copy -c:a ac3 -audio_service_type:a:0 5 output.mp4 % ffprobe output.mp4 .... Side data: audio service type: comentary ffmpeg version 4.0.2-tessus built on Mac OS X (John Van Sickle binary) }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: <https://trac.ffmpeg.org/ticket/7499> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker _______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org http://ffmpeg.org/mailman/listinfo/ffmpeg-trac