Bug#739321: FTBFS with libav10
Sebastian Ramacher
sramacher at debian.org
Wed Feb 19 14:08:50 UTC 2014
Control: tags -1 + upstream
On 2014-02-17 18:27:11, Moritz Muehlenhoff wrote:
> ffmpeg_decode.c:352:8: error: 'CODEC_ID_GIF' undeclared (first use in this function)
> case CODEC_ID_GIF:
> ^
> ffmpeg_decode.c: In function 'FFDEC_ProcessData':
> ffmpeg_decode.c:630:3: warning: implicit declaration of function 'avcodec_decode_audio3' [-Wimplicit-function-declaration]
> len = avcodec_decode_audio3(ctx, (short *)ffd->audio_buf, &gotpic, &pkt);
> ^
> ffmpeg_decode.c:673:24: error: 'CODEC_ID_RAWVIDEO' undeclared (first use in this function)
> if ( ctx->codec_id == CODEC_ID_RAWVIDEO) {
> ^
> ffmpeg_decode.c:770:35: error: 'CODEC_ID_H263' undeclared (first use in this function)
> *codec = avcodec_find_decoder(CODEC_ID_H263);
> ^
> ffmpeg_decode.c: In function 'FFDEC_CanHandleStream':
> ffmpeg_decode.c:996:94: error: 'CODEC_ID_MP2' undeclared (first use in this function)
> if ((ffd->oti==GPAC_OTI_AUDIO_MPEG2_PART3) || (ffd->oti==GPAC_OTI_AUDIO_MPEG1)) codec_id = CODEC_ID_MP2;
> ^
> ffmpeg_decode.c:1035:47: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
> case GPAC_OTI_VIDEO_MPEG4_PART2: codec_id = CODEC_ID_MPEG4; break;
> ^
> ffmpeg_decode.c:1037:39: error: 'CODEC_ID_H264' undeclared (first use in this function)
> case GPAC_OTI_VIDEO_AVC: codec_id = CODEC_ID_H264; break;
> ^
> ffmpeg_decode.c:1047:15: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
> codec_id = CODEC_ID_MPEG2VIDEO; break;
> ^
> ffmpeg_decode.c:1050:15: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
> codec_id = CODEC_ID_MJPEG;
> ^
Except for the CODEC_* contants, this issue seems to be fixed in
https://sourceforge.net/p/gpac/code/4852/.
Regards
--
Sebastian Ramacher
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20140219/c63307b8/attachment.sig>
More information about the pkg-multimedia-maintainers
mailing list