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
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
