HDRSIZE 249 libavformat/nuv.c uint8_t hdr[HDRSIZE]; HDRSIZE 254 libavformat/nuv.c int copyhdrsize = ctx->rtjpg_video ? HDRSIZE : 0; HDRSIZE 257 libavformat/nuv.c ret = avio_read(pb, hdr, HDRSIZE); HDRSIZE 258 libavformat/nuv.c if (ret < HDRSIZE) HDRSIZE 344 libavformat/nuv.c uint8_t hdr[HDRSIZE]; HDRSIZE 356 libavformat/nuv.c if (avio_read(pb, hdr, HDRSIZE) < HDRSIZE) HDRSIZE 374 libavformat/nuv.c pos = avio_tell(s->pb) - HDRSIZE; HDRSIZE 378 libavformat/nuv.c av_add_index_entry(s->streams[stream_index], pos, dts, size + HDRSIZE, 0,