Hi again
When I open the /dev/dvb/adpater0/dvr0 with dvb with my fresh written
program I get after several second of display on h264 the error "illegal
short term buffer state detected" and I don't receive other frame but ffplay
can read the stream ...
ffplay open with av_open_input_file too but with the option (&ic,
is->filename, is->iformat, 0, ap);
ap is set by
memset(ap, 0, sizeof(*ap));
ap->prealloced_context = 1;
ap->time_base= (AVRational){1, 25};
ap->pix_fmt = frame_pix_fmt;
set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM, NULL);
Do you thing this can be the problem ? Or other ?
Thanks
Gilles
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user