Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (85)

Sur d’autres sites (10124)

  • idct : Have function pointer prototype match implementation

    13 mars 2015, par Diego Biurrun
    idct : Have function pointer prototype match implementation
    

    libavcodec/idctdsp.c(175) : warning C4028 : formal parameter 2 different from declaration

    • [DBH] libavcodec/idctdsp.h
  • bink : Have function pointer prototype match implementation

    13 mars 2015, par Diego Biurrun
    bink : Have function pointer prototype match implementation
    

    libavcodec/binkdsp.c(156) : warning C4028 : formal parameter 1 different from declaration

    • [DBH] libavcodec/binkdsp.h
  • hap : Adjust printf length modifiers to match variable types

    8 décembre 2015, par Diego Biurrun
    hap : Adjust printf length modifiers to match variable types
    

    libavcodec/hapenc.c:121:20 : warning : format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t aka unsigned int’ [-Wformat=]
    libavcodec/hapenc.c:121:20 : warning : format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t aka unsigned int’ [-Wformat=]

    • [DBH] libavcodec/hapenc.c