On 17/12/15 13:28, Diego Biurrun wrote:
> ---
> libavformat/rtpdec_jpeg.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/libavformat/rtpdec_jpeg.c b/libavformat/rtpdec_jpeg.c
> index 3bee0b2..15324bf 100644
> --- a/libavformat/rtpdec_jpeg.c
> +++ b/libavformat/rtpdec_jpeg.c
> @@ -228,12 +228,6 @@ static int jpeg_parse_packet(AVFormatContext *ctx,
> PayloadContext *jpeg,
> buf += 8;
> len -= 8;
>
> - /* Parse the restart marker header. */
> - if (type > 63) {
> - av_log(ctx, AV_LOG_ERROR,
> - "Unimplemented RTP/JPEG restart marker header.\n");
> - return AVERROR_PATCHWELCOME;
> - }
> if (type > 1) {
> av_log(ctx, AV_LOG_ERROR, "Unimplemented RTP/JPEG type %d\n", type);
> return AVERROR_PATCHWELCOME;
>
Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel