• Anton Khirnov's avatar
    lavf/flacdec: stop accessing FFStream.avctx · 88ba2200
    Anton Khirnov authored
    The demuxer opens an internal parser instance in read_timestamp(), which
    requires a codec context. There is no need for it to access the FFStream
    one which is used for other purposes, it can allocate its own internal
    one.
    88ba2200
flacdec.c 13.1 KB