[FFmpeg-devel] [PATCH]Fix bug in setting the pts when decoding or transcoding Dirac video wrapped in MPEG-TS using libschroedingerdec.c

Joakim Plate elupus
Mon Nov 15 09:28:15 CET 2010


Anuradha Suraparaju <asuraparaju <at> gmail.com> writes:

> +
> +            if (avccontext->reordered_opaque != AV_NOPTS_VALUE) {
> +                FfmpegSchroPktTS *pktts = 

reordered_opaque is as it says opaque, you shouldn't check it 
for av_nopts_value. we (xbmc) put a double in it for example.

/Joakim




More information about the ffmpeg-devel mailing list