[issue1505] Decode FLAC but get AV_NOPTS_VALUE in pts

2010-12-08 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: The example code is wrong. I verified that ffmpeg.c now gets raw FLAC packets with correct sizes and pts since the FLAC parser was added. -- status: open - closed substatus: open - fixed

[issue1505] Decode FLAC but get AV_NOPTS_VALUE in pts

2009-10-31 Thread santaclauss
santaclauss sxa...@ceid.upatras.gr added the comment: Just looking at av_seek_frame_generic(), line 1536 Shouldn't it break if pkt.dts == AV_NOPTS_VALUE? Of course the correct way to fix this is to implement pts for FLAC but assuming there are other formats that haven't implemented pts the

[issue1505] Decode FLAC but get AV_NOPTS_VALUE in pts

2009-10-30 Thread Wei-Cheng Pan
Wei-Cheng Pan legnale...@gmail.com added the comment: sorry for missing makefile. _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1505 _

[issue1505] Decode FLAC but get AV_NOPTS_VALUE in pts

2009-10-30 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: This is the same issue as 1150. A FLAC parser should fix the pts and also allow generic seeking. -- assignedto: - jbr dependson: +FFplay can't seek *.flac file nosy: +jbr status: new - open substatus: new - open superseder: