Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (105)

Sur d’autres sites (10231)

  • avformat/tee : Fix TeeSlave.bsfs pointer array size

    3 mai 2016, par Jan Sebechlebsky
    avformat/tee : Fix TeeSlave.bsfs pointer array size
    

    TeeSlave.bsfs is array of pointers to AVBitStreamFilterContext,
    so element size should be really size of a pointer, not size
    of TeeSlave structure.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Jan Sebechlebsky <sebechlebskyjan@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/tee.c
  • lavc/pngenc : check malloc fail before using the pointer

    10 mai 2019, par Jun Zhao
    lavc/pngenc : check malloc fail before using the pointer
    

    Need to check malloc fail before using the pointer

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavcodec/pngenc.c
  • avformat/tcp : fix pointer to int warning

    25 août 2013, par Michael Niedermayer
    avformat/tcp : fix pointer to int warning
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/tcp.c