Hi I have this problem
on H264 reading frames after open with av_open_input_file on /dev/dvb/adapter0/dvr0 av_read_frame(formatContext, &packet) < 0 stop my reading with a message Illegal short term buffer state detected while decoding MB I have the problem in a little program without Thread If I make a cat /dev/dvb/adpater0/dvr0 >/tmp/file.mpeg4 I don't have any problem with av_read_frame(formatContext, &packet) after av_open_input_file on /tmp/dile.mpeg4 And ffplay can read /dev/dvb/adpater0/dvr0 without any problem on mpeg12 all is fine .... Do you have an idea I am blocked on my dev :( Many thanks Gilles _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
