On Sun, Jan 31, 2016 at 05:55:55PM +, Derek Buitenhuis wrote:
> On 1/31/2016 5:50 PM, Michael Niedermayer wrote:
> > this causes segfaults in fate
>
> Did you try v2?
did now, v2 works
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The misfortune of the w
On 1/31/2016 5:50 PM, Michael Niedermayer wrote:
> this causes segfaults in fate
Did you try v2?
- Derek
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Sun, Jan 31, 2016 at 01:13:42PM +, Derek Buitenhuis wrote:
> The codec context field was rightly deprecated, and the data
> may change per-frame.
>
> Signed-off-by: Derek Buitenhuis
> ---
> ffprobe.c | 8
> libavcodec/mpeg12dec.c | 19 ---
> 2 files
On 1/31/2016 1:13 PM, Derek Buitenhuis wrote:
> -if (dec_ctx->timecode_frame_start >= 0) {
> -char tcbuf[AV_TIMECODE_STR_SIZE];
> -av_timecode_make_mpeg_tc_string(tcbuf,
> dec_ctx->timecode_frame_start);
> -print_str("timecode", tcbuf);
>
The codec context field was rightly deprecated, and the data
may change per-frame.
Signed-off-by: Derek Buitenhuis
---
ffprobe.c | 8
libavcodec/mpeg12dec.c | 19 ---
2 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
ind