Opened 8 years ago

Closed 8 years ago

#5679 closed defect (fixed)

FFplay uses internal API of AVFilterLink

Reported by: Carl Eugen Hoyos Owned by:
Priority: normal Component: ffplay
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

FFplay uses AVFilterLink->channels making audio decoding broken since 10424024a16a7646169b9c9008c5f7b77cbc2211

$ ffplay -i fate-suite/mp3-conformance/compl.bit
ffplay version N-78463-gfbc96c5 Copyright (c) 2003-2016 the FFmpeg developers
  built with gcc 4.7 (SUSE Linux)
  configuration: --enable-shared
  libavutil      55. 17.103 / 55. 27.100
  libavcodec     57. 24.102 / 57. 48.101
  libavformat    57. 25.100 / 57. 40.101
  libavdevice    57.  0.101 / 57.  0.101
  libavfilter     6. 31.100 /  6. 46.102
  libswscale      4.  0.100 /  4.  1.100
  libswresample   2.  0.101 /  2.  1.100
[mp3 @ 0x7fd1dc000920] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from 'fate-suite/mp3-conformance/compl.bit':
  Duration: 00:00:05.19, start: 0.000000, bitrate: 64 kb/s
    Stream #0:0: Audio: mp3, 48000 Hz, mono, s16p, 64 kb/s
Invalid sample rate or channel count!
Failed to open file 'fate-suite/mp3-conformance/compl.bit' or configure filtergraph

Change History (1)

comment:1 by Carl Eugen Hoyos, 8 years ago

Resolution: fixed
Status: newclosed

Fixed by Timo Rothenpieler in 1bd9fb6de59bb96144ece914643d2d205818168d

Note: See TracTickets for help on using tickets.