notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: multimedia/mplayer2/files/patch-fmt-conversion.h

Number of commits found: 1

Friday, 9 Dec 2016
15:10 cpm search for other commits by this committer
multimedia/mplayer2: Fix build with ffmpeg 3.x

screenshot.c:60:5: error: implicit declaration of function 'avcodec_free_frame'
is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
    avcodec_free_frame(&ctx->pic);
    ^
screenshot.c:72:20: error: implicit declaration of function
'avcodec_alloc_frame' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
        ctx->pic = avcodec_alloc_frame();
                   ^
screenshot.c:97:22: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you
mean
      'AV_PIX_FMT_RGB24'?
    avctx->pix_fmt = PIX_FMT_RGB24;
                     ^~~~~~~~~~~~~
                     AV_PIX_FMT_RGB24
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:428215 

Number of commits found: 1