Opened 11 years ago

Closed 11 years ago

#2783 closed defect (fixed)

ffplay: fix -autoexit for -t < 8 (wavpack)

Reported by: ami_stuff Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: cus@passwd.hu Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

http://samples.mplayerhq.hu/A-codecs/lossless/wavpack/test_suite/num_channels/mono-1.wv

works ok when -t >= 8

C:\>ffplay -t 7 -autoexit mono-1.wv
ffplay version 2.0-54bbb90 Copyright (c) 2003-2013 the FFmpeg developers
  built on Jul 12 2013 12:59:51 with gcc 4.6.2 (GCC)
  configuration: --disable-asm --disable-w32threads --disable-ffprobe --enable-g
pl
  libavutil      52. 39.100 / 52. 39.100
  libavcodec     55. 18.102 / 55. 18.102
  libavformat    55. 12.102 / 55. 12.102
  libavdevice    55.  3.100 / 55.  3.100
  libavfilter     3. 80.100 /  3. 80.100
  libswscale      2.  3.100 /  2.  3.100
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  3.100 / 52.  3.100
Input #0, wv, from 'mono-1.wv': 0KB vq=    0KB sq=    0B f=0/0
  Duration: 00:00:24.68, start: 0.000000, bitrate: 418 kb/s
    Stream #0:0: Audio: wavpack, 44100 Hz, mono, s16p
   0.03 M-A:  0.000 fd=   0 aq=    0KB vq=    0KB sq=    0B f=0/0

Attachments (1)

0001-ffplay-ensure-we-got-the-last-frame-from-the-decoder.patch (2.7 KB ) - added by Marton Balint 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Marton Balint, 11 years ago

Could you try the attached patch?

comment:2 by Marton Balint, 11 years ago

Cc: cus@passwd.hu added

in reply to:  1 comment:3 by ami_stuff, 11 years ago

Replying to cus:

Could you try the attached patch?

Works fine here, thanks.

comment:4 by Marton Balint, 11 years ago

Resolution: fixed
Status: newclosed

Should be fixed in latest git master.

Note: See TracTickets for help on using tickets.