[Libav-user] non-existing PPS referenced console message on QNX

Pavel Vazharov pvazharov at abaltatech.com
Wed Jul 17 19:00:00 CEST 2013


Hi,

I'm using the ffmpeg libraries in a QNX x86 application. A data stream is
encoded, with ffmpeg (x264), on a server running on Windows and is decoded,
with ffmpeg (x264), on the client running on QNX. The application generally
works, the client shows the video data, but when the client starts decoding
it writes in the console "non-existing PPS referenced" all the time.

[NULL @ 936a900] non-existing PPS
referenced
[NULL @ 936a900] non-existing PPS
referenced
[NULL @ 936a900] non-existing PPS
referenced
[NULL @ 936a900] non-existing PPS
referenced
[NULL @ 936a900] non-existing PPS
referenced

I saw that this message is printed from h264_parser.c
static inline int parse_nal_units(AVCodecParserContext *s,
                                  AVCodecContext *avctx,
                                  const uint8_t *buf, int buf_size)
     ...
     ...
     av_log(h->s.avctx, AV_LOG_ERROR, "non-existing PPS referenced\n");

My questions are: What this message means? How can I fix this error?

Regards,
Pavel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130717/17c1792a/attachment.html>


More information about the Libav-user mailing list